mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
4 lines
155 B
YAML
4 lines
155 B
YAML
- name: "Delete {{nginx.directories.configuration}} directory, when mode_reset"
|
|
file:
|
|
path: "{{ nginx.directories.configuration }}"
|
|
state: absent |