d55de6e54b
Change-Id: I8a64a7158e2b98e76b25cb9352b98694d5b924b1
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
|