Solved reset bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-03-19 17:47:24 +01:00
parent 57c3cfc8fa
commit d96ca6f799
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ nextcloud_localhost_plugin_configuration_directory: "{{role_path}}/plugins/"
## Host Paths
nextcloud_host_config_additives_directory: "{{docker_compose.directories.volumes}}cymais/" # This folder is the path to which the additive configurations will be copied
nextcloud_host_include_instructions_file: "{{docker_compose.directories.volumes}}includes.php" # Path to the isntruction file on the host. Responsible for loading the additional configurations
nextcloud_host_include_instructions_file: "{{docker_compose.directories.volumes}}includes.php" # Path to the instruction file on the host. Responsible for loading the additional configurations
# Docker

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: