mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 00:30:18 +01:00
Merge pull request #16 from guillaumededrie/fix/error-vhost-link
Prevent task symlink vhost for Debian to failed.
This commit is contained in:
commit
a0e4fe4c6e
1 changed files with 1 additions and 0 deletions
|
@ -31,3 +31,4 @@
|
||||||
src: "{{ apache_conf_path }}/sites-available/vhosts.conf"
|
src: "{{ apache_conf_path }}/sites-available/vhosts.conf"
|
||||||
dest: "{{ apache_conf_path }}/sites-enabled/vhosts.conf"
|
dest: "{{ apache_conf_path }}/sites-enabled/vhosts.conf"
|
||||||
state: link
|
state: link
|
||||||
|
when: apache_create_vhosts
|
||||||
|
|
Loading…
Reference in a new issue