homeserver/playbooks/on-off/deinstall_bash-helper-scripts.yml
mg 34ed53fe3c Playbook: deinstall bash-helper-script hinzugefügt (#267)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#267
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-12-09 20:11:21 +01:00

9 lines
192 B
YAML

---
- hosts: all
tasks:
- name: bash-helper-scripts-mgrote deinstallieren
become: yes
ansible.builtin.package:
name: bash-helper-scripts-mgrote
state: absent