Paul Belanger aaf03fda0d Initial commit for ansible-role-zuul-registry
Depends-On: https://review.opendev.org/763098/
Change-Id: Icf7cd02a91372ec7d8a0843f08dbc4c9d45914cc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-11-19 19:46:10 -05:00

26 lines
577 B
YAML

---
- hosts: all
tasks:
# TODO(pabelanger): Remove once this lands in our base job in
# project-config.
- name: Execute ensure-output-dirs role
include_role:
name: ensure-output-dirs
- name: Disable extra wheels mirror
become: true
lineinfile:
dest: /etc/pip.conf
regexp: ^extra-index-url
state: absent
- name: Execute bindep role
include_role:
name: bindep
vars:
bindep_profile: ansible test
- name: Execute test-setup role
include_role:
name: test-setup