homeserver/playbooks/on-off/remove_bash-helper-scripts.yml

9 lines
193 B
YAML

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