diff --git a/playbooks/on-off/deinstall_bash-helper-scripts.yml b/playbooks/on-off/deinstall_bash-helper-scripts.yml new file mode 100644 index 00000000..4600123f --- /dev/null +++ b/playbooks/on-off/deinstall_bash-helper-scripts.yml @@ -0,0 +1,8 @@ +--- +- hosts: all + tasks: + - name: bash-helper-scripts-mgrote deinstallieren + become: yes + ansible.builtin.package: + name: bash-helper-scripts-mgrote + state: absent