ansible-collection-webserver/roles/apache2/handlers/main.yml

12 lines
152 B
YAML
Raw Normal View History

2021-04-26 00:07:37 +02:00
---
- name: restart apache2
service:
name: apache2
state: restarted
- name: reload apache2
service:
name: apache2
state: reloaded