This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix ansible-lint errors
pull/2217/head
ikkemaniac
3 years ago
parent
8b425b995e
commit
3a49b0077c
1 changed files
with
2 additions
and
1 deletions
Split View
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
View 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
Write
Preview
Loading…
Cancel
Save