Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
overmind
/
matrix-docker-ansible-deploy
espelhamento de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Add changed_when to Dendrite self-building task to make ansible-lint happy
Related to
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2674
pull/2680/head
Slavi Pantaleev
3 anos atrás
pai
1649065a4d
commit
a6a32f24f7
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
roles/custom/matrix-dendrite/tasks/setup_install.yml
+ 1
- 0
roles/custom/matrix-dendrite/tasks/setup_install.yml
Ver arquivo
@@ -104,6 +104,7 @@
cmd: "{{ devture_systemd_docker_base_host_command_docker }} build -t {{ matrix_dendrite_docker_image }} {{ matrix_dendrite_docker_src_files_path }}"
environment:
DOCKER_BUILDKIT: 1
changed_when: true
when: "matrix_dendrite_git_pull_results.changed | bool or matrix_dendrite_docker_image_check_result.stdout == ''"
- name: Ensure Dendrite container network is created
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar