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
fix ansible-lint errors
pull/2217/head
ikkemaniac
3 anni fa
parent
8b425b995e
commit
3a49b0077c
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-1
roles/matrix-base/tasks/setup_matrix_base.yml
+ 2
- 1
roles/matrix-base/tasks/setup_matrix_base.yml
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva