nginx/tasks/remove.yml

10 lines
134 B
YAML
Raw Normal View History

2021-09-18 15:37:57 -04:00
---
- name: Uninstall Nginx
apt:
state: absent
purge: false
name:
- nginx
- nginx-common
- nginx-core