mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 23:10:23 +00:00
Fix incorrect variable usage in when statement
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/868
This commit is contained in:
parent
1b55766927
commit
832e191ab8
|
@ -5,7 +5,7 @@
|
|||
- always
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
||||
when: "run_setup|bool and matrix_postgres_enabled|bool"
|
||||
when: "run_setup|bool and matrix_postgres_backup_enabled|bool"
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-postgres-backup
|
||||
|
|
Loading…
Reference in New Issue
Block a user