mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-30 14:50:18 +01:00
Merge pull request #246 from jpiron/fix/check_mode
fix Debian check mode
This commit is contained in:
commit
71bace22fe
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
dest: "{{ apache_conf_path }}/sites-enabled/{{ apache_vhosts_filename }}"
|
||||
state: link
|
||||
mode: 0644
|
||||
force: "{{ ansible_check_mode }}"
|
||||
notify: restart apache
|
||||
when: apache_create_vhosts | bool
|
||||
|
||||
|
|
Loading…
Reference in a new issue