243a8938f6
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>
5 lines
141 B
YAML
5 lines
141 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: validate-dco-license
|
|
zuul_work_dir: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}"
|