mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +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"
|
||||
dest: "{{ apache_conf_path }}/sites-enabled/vhosts.conf"
|
||||
state: link
|
||||
when: apache_create_vhosts
|
||||
|
|
Loading…
Reference in a new issue