mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 01:24:36 +08:00
Use our own namespace (fi-ansible) to not clash with tenant-wide defined Zuul jobs e.g. from zuul-fedora-jobs. Fixes: fedora-infrastructure#8932 Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr> Signed-off-by: Nils Philippsen <nils@redhat.com>
9 lines
260 B
YAML
9 lines
260 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Run ansible-review on the changes in the PR
|
|
shell: >
|
|
git diff origin/{{ zuul.branch|quote }}...{{ zuul.branch|quote }}
|
|
| ansible-review-filtered.sh
|
|
args:
|
|
chdir: '{{ zuul.project.src_dir }}'
|