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'