openstack-zuul-jobs/roles/run-docs/tasks/main.yaml
Paul Belanger c0c9653ab5
Ensure we load roles for linting
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>
2017-07-17 13:18:17 -04:00

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 }}"