homeserver/playbooks/on-off/deinstall_cowsay.yml
2020-08-18 11:57:53 +02:00

9 lines
132 B
YAML

---
- hosts: all
tasks:
- name: cowsay deinstallieren
become: yes
apt:
name: cowsay
state: absent