mg
ce709e7918
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#329 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
8 lines
192 B
YAML
8 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
|