From ccfe2bfc66b5eadad5818b3d7e064796179ccff9 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Wed, 21 Aug 2024 16:09:27 +0200 Subject: [PATCH] Fix variable name in configure-conf-file-Debian.yml Yep, need those tests to get rolling. Hm, but who's going to pay for "hardware"? :| --- tasks/configure-conf-file-Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure-conf-file-Debian.yml b/tasks/configure-conf-file-Debian.yml index 791ac32..c0cd9c1 100644 --- a/tasks/configure-conf-file-Debian.yml +++ b/tasks/configure-conf-file-Debian.yml @@ -15,7 +15,7 @@ - name: Create Apache config file. ansible.builtin.copy: content: "{{ _apache_conf_item.conf_content }}" - dest: "{{ apache_httpd_mod_conf_deploy_dir }}/{{ _apache_conf_item.name }}.conf" + dest: "{{ apache_httpd_conf_deploy_dir }}/{{ _apache_conf_item.name }}.conf" owner: root group: root mode: '0644'