nginx/tasks/remove.yml

10 lines
134 B
YAML
Raw Normal View History

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