mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved reset bug
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
file:
|
||||
path: "{{ nginx.directories.configuration }}"
|
||||
state: absent
|
||||
when: mode_reset and run_once_nginx is not defined
|
||||
when: mode_reset | bool and run_once_nginx is not defined
|
||||
|
||||
- name: Ensure nginx configuration directories are present
|
||||
file:
|
||||
|
Reference in New Issue
Block a user