NextCloud-prep/roles/nextcloud/handlers/main.yml

7 lines
95 B
YAML
Raw Permalink Normal View History

---
- name: Restart apache2
ansible.builtin.service:
name: apache2
state: restarted