zuul-jobs/playbooks/integration-tests/configure-mirrors.yaml
David Moreau-Simard d55de6e54b Add integration test jobs for the configure-mirror role
Change-Id: I8a64a7158e2b98e76b25cb9352b98694d5b924b1
2017-09-07 14:38:36 -04:00

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