ansible-role-nginx/tasks/conf/cleanup-config.yml
2019-02-15 14:51:09 +00:00

8 lines
167 B
YAML

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