mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
fix ansible-lint errors
This commit is contained in:
parent
8b425b995e
commit
3a49b0077c
@ -22,10 +22,11 @@
|
|||||||
- name: Save current git-repo status on the target to aid with restoring in case of problems
|
- 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"
|
when: "matrix_playbook_commit_hash_preservation_enabled|bool"
|
||||||
block:
|
block:
|
||||||
- name: Get local git hash
|
- name: Get local git hash # noqa command-instead-of-module
|
||||||
delegate_to: 127.0.0.1
|
delegate_to: 127.0.0.1
|
||||||
become: false
|
become: false
|
||||||
register: git_describe
|
register: git_describe
|
||||||
|
changed_when: false
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
git describe
|
git describe
|
||||||
--always
|
--always
|
||||||
|
Loading…
Reference in New Issue
Block a user