homeserver/roles/mgrote.musterrolle/handlers/main.yml
mg 340f525cc9 Musterrolle erstellt (#314)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#314
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-01-21 22:12:55 +01:00

8 lines
135 B
YAML

---
- name: acng starten aktivieren
become: yes
systemd:
name: apt-cacher-ng
enabled: yes
state: restarted