Skip to content

Commit

Permalink
Merge pull request #7 from zstyblik/fix_typo_debian_conf
Browse files Browse the repository at this point in the history
Fix variable name in configure-conf-file-Debian.yml
  • Loading branch information
zstyblik authored Aug 21, 2024
2 parents e3f4370 + ccfe2bf commit 6050014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure-conf-file-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6050014

Please sign in to comment.