Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
overmind
/
matrix-docker-ansible-deploy
espelho de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Fix incorrect variable usage in when statement
Related to
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/868
pull/985/head
Slavi Pantaleev
há 5 anos
ascendente
1b55766927
cometimento
832e191ab8
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
roles/matrix-postgres-backup/tasks/main.yml
+ 1
- 1
roles/matrix-postgres-backup/tasks/main.yml
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar