ansible-dolibarr-role/handlers/main.yml

8 lines
136 B
YAML
Raw Normal View History

2023-07-21 12:42:41 +02:00
---
# handlers file for Ansible-Dolibarr-Role
2023-07-21 13:53:45 +02:00
- name: Restart Apache
ansible.builtin.service:
name: apache2
state: restarted