mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-25 17:22:22 +03:00
Fix corner-cases found through testing (aka ansible is nuts)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
# a negative when condition will not actually prevent ansible from executing loops in imported tasks!
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/workers/setup_install.yml"
|
||||
when: "matrix_synapse_enabled|bool and matrix_synapse_workers_enabled|bool"
|
||||
|
||||
Reference in New Issue
Block a user