Purge more packages

This commit is contained in:
Alex Kotov 2020-04-20 14:26:56 +05:00
parent 5581a90570
commit 70c9ef82e0
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 9 additions and 2 deletions

View File

@ -1,9 +1,13 @@
---
- name: Purge Apache
apt:
name: apache2
state: absent
purge: true
name:
- apache2
- apache2-bin
- apache2-data
- apache2-utils
- name: Delete Apache configuration
file:

View File

@ -1,9 +1,12 @@
---
- name: Purge Nginx
apt:
name: nginx
state: absent
purge: true
name:
- nginx
- nginx-common
- nginx-core
- name: Delete Nginx configuration
file: