homeserver/playbooks/on-off/deinstall_cowsay.yml

9 lines
132 B
YAML
Raw Normal View History

2020-08-18 11:57:53 +02:00
---
- hosts: all
tasks:
- name: cowsay deinstallieren
become: yes
apt:
name: cowsay
state: absent