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
|
- always
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
- 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:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-postgres-backup
|
- setup-postgres-backup
|
||||||
|
Loading…
Reference in New Issue
Block a user