2
0

remove handler

This commit is contained in:
2020-05-06 16:22:49 +02:00
parent d6f6ecb393
commit 3258576cfc

View File

@@ -1,11 +1,6 @@
---
- name: install apache via ansible playbook
hosts: all
handlers:
- name: restart apache
service:
name: httpd
state: restarted
tasks:
- name: install apache
@@ -20,7 +15,6 @@
mode: 0640
owner: root
group: apache
notify: restart apache
- name: activate apache
service: