Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
overmind
/
matrix-docker-ansible-deploy
miroir de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
fix ansible-lint errors
pull/2217/head
ikkemaniac
il y a 3 ans
Parent
8b425b995e
révision
3a49b0077c
1 fichiers modifiés
avec
2 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-1
roles/matrix-base/tasks/setup_matrix_base.yml
+ 2
- 1
roles/matrix-base/tasks/setup_matrix_base.yml
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer