diff --git a/roles/build-wheels/tasks/main.yaml b/roles/build-wheels/tasks/main.yaml index 9c0a259f86..2504ab0d8e 100644 --- a/roles/build-wheels/tasks/main.yaml +++ b/roles/build-wheels/tasks/main.yaml @@ -14,3 +14,7 @@ shell: cmd: ./scripts/wheel-build.sh {{ wheel_dir }} {{ wheel_python }} executable: /bin/bash + # ANSIBLE0013 complains about shell. TODO(jaegerandi): Use command instead, + # for now we just silence the warning. + tags: + - skip_ansible_lint diff --git a/roles/legacy-install-afs-with-puppet/tasks/main.yaml b/roles/legacy-install-afs-with-puppet/tasks/main.yaml index 7aa6cb0a54..4f62e07fe5 100644 --- a/roles/legacy-install-afs-with-puppet/tasks/main.yaml +++ b/roles/legacy-install-afs-with-puppet/tasks/main.yaml @@ -6,6 +6,10 @@ # Skip setting up pip, our images have already done this. SETUP_PIP: "false" become: yes + # ANSIBLE0013 complains about shell. TODO(jaegerandi): Use command instead, + # for now we just silence the warning. + tags: + - skip_ansible_lint - name: Copy reduced scope modules.env into place template: