mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-02 08:10: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 }}"
|
dest: "{{ apache_conf_path }}/sites-enabled/{{ apache_vhosts_filename }}"
|
||||||
state: link
|
state: link
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
force: "{{ ansible_check_mode }}"
|
||||||
notify: restart apache
|
notify: restart apache
|
||||||
when: apache_create_vhosts | bool
|
when: apache_create_vhosts | bool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue