ansible-role-nginx/tasks/conf/cleanup-config.yml

8 lines
167 B
YAML
Raw Normal View History

---
- name: "(Setup: All OSs) Remove NGINX configuration files"
file:
path: "{{ item }}"
state: absent
with_items:
- "{{ nginx_cleanup_config_path }}"