8 lines
167 B
YAML
8 lines
167 B
YAML
---
|
|
- name: "(Setup: All OSs) Remove NGINX configuration files"
|
|
file:
|
|
path: "{{ item }}"
|
|
state: absent
|
|
with_items:
|
|
- "{{ nginx_cleanup_config_path }}"
|