ansible-lint: Ignore some command-instead-of-module warnings
Picked up by ansible-lint 6.12.0, we can ignore these Note noqa flags not working; see https://github.com/ansible/ansible-lint/issues/2970 Change-Id: I33dc7a4756cf382aef6ba13c0762951ae18005d3
This commit is contained in:
parent
5ea986434f
commit
5cdfc1cfe7
@ -48,6 +48,8 @@
|
|||||||
command: 'apt-get update'
|
command: 'apt-get update'
|
||||||
register: _apt_get_output
|
register: _apt_get_output
|
||||||
become: yes
|
become: yes
|
||||||
|
tags:
|
||||||
|
- skip_ansible_lint
|
||||||
|
|
||||||
- name: Check for warnings in output
|
- name: Check for warnings in output
|
||||||
fail:
|
fail:
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
# We tag this with the unix timestamp so that the upload always
|
# We tag this with the unix timestamp so that the upload always
|
||||||
# has an increasing version number.
|
# has an increasing version number.
|
||||||
- name: Import sandbox project
|
- name: Import sandbox project # noqa command-instead-of-module
|
||||||
shell: |
|
shell: |
|
||||||
git clone https://opendev.org/opendev/sandbox
|
git clone https://opendev.org/opendev/sandbox
|
||||||
pushd sandbox
|
pushd sandbox
|
||||||
@ -42,6 +42,8 @@
|
|||||||
python3 setup.py bdist_wheel
|
python3 setup.py bdist_wheel
|
||||||
args:
|
args:
|
||||||
executable: '/bin/bash'
|
executable: '/bin/bash'
|
||||||
|
tags:
|
||||||
|
- skip_ansible_lint
|
||||||
|
|
||||||
# This value is restricted to uploading the sandbox package to
|
# This value is restricted to uploading the sandbox package to
|
||||||
# test.pypi.org; it is not kept in plain text to avoid things that
|
# test.pypi.org; it is not kept in plain text to avoid things that
|
||||||
|
Loading…
Reference in New Issue
Block a user