Solved reset bug

This commit is contained in:
2025-03-19 17:47:24 +01:00
parent 57c3cfc8fa
commit d96ca6f799
2 changed files with 2 additions and 2 deletions

View File

@@ -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: