Files
ansible-office/roles/nextcloud/handlers/main.yml

6 lines
77 B
YAML

---
- name: restart apache
service:
name: apache2
state: restarted