Fix some ansible-lint-reported errors

This commit is contained in:
Slavi Pantaleev
2022-11-02 07:00:45 +02:00
parent e531b7aefd
commit 8a609e5cf2
4 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
- 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 # noqa command-instead-of-module
- name: Get local git hash # noqa command-instead-of-module
delegate_to: 127.0.0.1
become: false
register: git_describe