ansible-lint: Silence shell warnings
Silence remaing two ansible warnings: Since we cannot really test this change currently, add a TODO and silence the warning. The change to command module can be done later, let's move forward to get the job voting. Change-Id: I01d22702f3294d7958c8982dc7f2c31a02aa81e2
This commit is contained in:
parent
5fca975f05
commit
2847112122
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user