common/tasks/apache/remove.yml

11 lines
160 B
YAML

---
- name: Uninstall Apache
apt:
state: absent
purge: false
name:
- apache2
- apache2-bin
- apache2-data
- apache2-utils