Fix: remove handler from tasks

This commit is contained in:
Bertrand Benjamin 2020-09-23 17:33:27 +02:00
parent 177b911d0a
commit 5fea8518ed
1 changed files with 0 additions and 10 deletions

View File

@ -65,13 +65,3 @@
src: "files/info.php.j2"
dest: "/var/www/{{ http_host }}/info.php"
handlers:
- name: Reload Apache
service:
name: apache2
state: reloaded
- name: Restart Apache
service:
name: apache2
state: restarted