homeserver/playbooks/on-off/remove_bash-helper-scripts.yml
mg ce709e7918 systemd: chrony --> timesyncd (#329)
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>
2022-02-18 20:34:43 +01:00

9 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