ansible-lint: ignore latest git pull
This warns about pulling unversioned things from git as it is not idempotent. Ignore in this case. Change-Id: I3eb58fb1ee12a82223c63f19e591d908f45cfacc
This commit is contained in:
parent
977aaf6f59
commit
453b1b78e8
@ -47,6 +47,8 @@
|
||||
dest: "{{ test_repo_path }}"
|
||||
bare: yes
|
||||
register: test_repo_clone
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
|
||||
- name: Assert that the git repositories have different commits for HEAD
|
||||
assert:
|
||||
|
Loading…
Reference in New Issue
Block a user