Merge "Silence ansible-lint"
This commit is contained in:
commit
d7e5a849a7
@ -6,3 +6,6 @@
|
|||||||
|
|
||||||
- name: Prove that general sudo access is actually revoked.
|
- name: Prove that general sudo access is actually revoked.
|
||||||
shell: '! sudo -n true'
|
shell: '! sudo -n true'
|
||||||
|
tags:
|
||||||
|
# We really need shell above, skip warning
|
||||||
|
- skip_ansible_lint
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
register: scm_sha_output
|
register: scm_sha_output
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul_work_dir }}"
|
chdir: "{{ zuul_work_dir }}"
|
||||||
|
# Skip linting since it triggers on the "git" command,
|
||||||
|
# but rev-parse is not supported by ansible git module.
|
||||||
|
tags:
|
||||||
|
- skip_ansible_lint
|
||||||
|
|
||||||
- name: Set scm_sha fact
|
- name: Set scm_sha fact
|
||||||
set_fact:
|
set_fact:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user