system-config/playbooks/roles/mirror/handlers/main.yaml
Jeremy Stanley 8ec36dd685 Notify apache2 reload on updates to mirror vhost
Reflect changes to mirror vhost configs immediately in their running
Apache services by notifying a new reload handler.

Change-Id: Ib3c9560781116f94b0fdfc56dfa5df3a1af74113
2022-07-21 21:53:25 +00:00

10 lines
147 B
YAML

- name: restart apache2
service:
name: apache2
state: restarted
- name: reload apache2
service:
name: apache2
state: reloaded