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:
parent
51438c01ad
commit
34ed53fe3c
1 changed files with 8 additions and 0 deletions
8
playbooks/on-off/deinstall_bash-helper-scripts.yml
Normal file
8
playbooks/on-off/deinstall_bash-helper-scripts.yml
Normal 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
|
Loading…
Reference in a new issue