zuul-jobs/playbooks/dco-license/run.yaml
Paul Belanger 243a8938f6 Simplify dco-license job playbook
We can simplify the usage of include_roles by using roles section in the
playbook.

Change-Id: Iedd3f6e57f9c16c7ea8ae709f1e28d629580cab9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-01-11 13:24:01 -05:00

5 lines
141 B
YAML

- hosts: localhost
roles:
- role: validate-dco-license
zuul_work_dir: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}"