homeserver/friedhof/mgrote_apcupsd/tasks/master.yml

8 lines
315 B
YAML

---
- name: templating master_apcupsd.conf
become: true
ansible.builtin.template:
src: "master_apcupsd.conf"
dest: "/etc/apcupsd/apcupsd.conf"
notify: restart_apcupsd #benachrichtigt handlers/main.yml-restart-apcupsd_restart um den dient neuzustarten, nur wenn hier status "changed" ausgeworfen wird"