Explorar el Código

Fix incorrect variable usage in when statement

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/868
pull/985/head
Slavi Pantaleev hace 5 años
padre
commit
832e191ab8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-postgres-backup/tasks/main.yml

+ 1
- 1
roles/matrix-postgres-backup/tasks/main.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar