From 34ed53fe3c1aa38fcb9f8f06ff26d423b104a35f Mon Sep 17 00:00:00 2001 From: mg Date: Thu, 9 Dec 2021 20:11:21 +0100 Subject: [PATCH] =?UTF-8?q?Playbook:=20deinstall=20bash-helper-script=20hi?= =?UTF-8?q?nzugef=C3=BCgt=20(#267)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/267 Co-authored-by: mg Co-committed-by: mg --- playbooks/on-off/deinstall_bash-helper-scripts.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 playbooks/on-off/deinstall_bash-helper-scripts.yml 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