本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
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 年之前
父節點
1649065a4d
當前提交
a6a32f24f7
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/custom/matrix-dendrite/tasks/setup_install.yml
+ 1
- 0
roles/custom/matrix-dendrite/tasks/setup_install.yml
查看文件
@@ -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
Write
Preview
Loading…
取消
儲存