5fbcc7e0e2
We're in the process of adding jobs to test our base job on different distributions and ensure there's no regressions. These are openstack-specific so let's move them from zuul-jobs. Change-Id: Ic04c48d7a0e15459632b91bce81e777d12622222 Depends-On: Ie29ee24b631f659f3330f5c631e2850f6b8cb463
12 lines
306 B
YAML
12 lines
306 B
YAML
- name: Test the configure-mirrors role
|
|
hosts: all
|
|
roles:
|
|
- role: configure-mirrors
|
|
mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
|
post_tasks:
|
|
- name: Install a package to sanity check the mirror configuration
|
|
package:
|
|
name: "emacs"
|
|
state: "present"
|
|
become: yes
|