Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
overmind
/
matrix-docker-ansible-deploy
mirror da
https://github.com/spantaleev/matrix-docker-ansible-deploy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
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
2 anni fa
parent
1649065a4d
commit
a6a32f24f7
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
roles/custom/matrix-dendrite/tasks/setup_install.yml
+ 1
- 0
roles/custom/matrix-dendrite/tasks/setup_install.yml
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva