ff
This commit is contained in:
parent
7a6c6ed888
commit
6ac719a15b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: apache.conf
|
src: apache.conf
|
||||||
dest: /etc/apache2/sites-available/000-default.conf
|
dest: /etc/apache2/sites-available/000-default.conf
|
||||||
validate: apachectl -S
|
validate: "apachectl -S -f %s"
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue