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>
This commit is contained in:
Michael Grote 2021-12-09 20:11:21 +01:00
parent 51438c01ad
commit 34ed53fe3c

View file

@ -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