From 453b1b78e8246d29c78d145dbd842e1da70a5c1c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 2 Feb 2023 15:01:09 +1100 Subject: [PATCH] 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 --- test-playbooks/upload-git-mirror.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-playbooks/upload-git-mirror.yaml b/test-playbooks/upload-git-mirror.yaml index 603be5d9e..4a19dd3de 100644 --- a/test-playbooks/upload-git-mirror.yaml +++ b/test-playbooks/upload-git-mirror.yaml @@ -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: