This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix incorrect variable usage in when statement
Related to
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/868
pull/985/head
Slavi Pantaleev
5 years ago
parent
1b55766927
commit
832e191ab8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-postgres-backup/tasks/main.yml
+ 1
- 1
roles/matrix-postgres-backup/tasks/main.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save