mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-04 09:21:42 +02:00
THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs
This commit is contained in:
9
roles/srv-web-7-4-core/tasks/03_reset.yml
Normal file
9
roles/srv-web-7-4-core/tasks/03_reset.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: Delete NGINX config paths
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: absent
|
||||
loop:
|
||||
- "{{ NGINX.DIRECTORIES.CONFIGURATION }}"
|
||||
- "{{ NGINX.FILES.CONFIGURATION }}"
|
||||
loop_control:
|
||||
label: "{{ item }}"
|
Reference in New Issue
Block a user