c0c9653ab5
Did didn't have ansible-lint setup properly, as a results our roles weren't actually linted properly. Switch run-docs to command task, since we are not using any shell variables. Ignore ANSIBLE0012 for now. Change-Id: Id184f7eb5dd67117e7dde9c8eb38a3a8af9dd892 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
5 lines
146 B
YAML
5 lines
146 B
YAML
- name: Execute run-docs.sh.
|
|
command: "/usr/local/jenkins/slave_scripts/run-docs.sh {{ tox_envlist }}"
|
|
args:
|
|
chdir: "{{ zuul_work_dir }}"
|