mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 23:58:57 +02:00
Renamed webserver roles to more speakable names
This commit is contained in:
9
roles/srv-core/tasks/03_reset.yml
Normal file
9
roles/srv-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