8 lines
326 B
YAML
8 lines
326 B
YAML
|
---
|
||
|
- name: templating master_apcupsd.conf
|
||
|
become: yes
|
||
|
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"
|