This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
overmind
/
matrix-docker-ansible-deploy
огледало од
https://github.com/spantaleev/matrix-docker-ansible-deploy
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
fix ansible-lint errors
pull/2217/head
ikkemaniac
пре 3 година
родитељ
8b425b995e
комит
3a49b0077c
1 измењених фајлова
са
2 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
roles/matrix-base/tasks/setup_matrix_base.yml
+ 2
- 1
roles/matrix-base/tasks/setup_matrix_base.yml
Прегледај датотеку
@@ -22,10 +22,11 @@
- name: Save current git-repo status on the target to aid with restoring in case of problems
when: "matrix_playbook_commit_hash_preservation_enabled|bool"
block:
- name: Get local git hash
- name: Get local git hash
# noqa command-instead-of-module
delegate_to: 127.0.0.1
become: false
register: git_describe
changed_when: false
ansible.builtin.shell:
git describe
--always
Write
Preview
Loading…
Откажи
Сачувај