From 0958588280a4661fbb9e1c9bfed9b5d487e86dc1 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 2 Feb 2023 13:43:37 +1100 Subject: [PATCH] ansible-lint: ignore use of mkdir This isn't very ansible-ish, but let's not worry. Note noqa tags not working; see https://github.com/ansible/ansible-lint/issues/2970 Change-Id: Ia8de5b1e16ea7186d6066553cea68aa063807432 --- test-playbooks/general/fetch-translation-output.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-playbooks/general/fetch-translation-output.yaml b/test-playbooks/general/fetch-translation-output.yaml index 630287a58..ec5e97505 100644 --- a/test-playbooks/general/fetch-translation-output.yaml +++ b/test-playbooks/general/fetch-translation-output.yaml @@ -9,6 +9,8 @@ shell: | mkdir -p src/{{ zuul.project.canonical_name }}/translation-source/ echo Hello > src/{{ zuul.project.canonical_name }}/translation-source/test + tags: + - skip_ansible_lint tasks: - name: Run fetch-translation-output