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:
Ian Wienand 2023-02-02 15:01:09 +11:00
parent 977aaf6f59
commit 453b1b78e8
No known key found for this signature in database

View File

@ -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: