project-config/playbooks/publish/openstack-artifacts.yaml

11 lines
228 B
YAML

- hosts: localhost
roles:
- role: add-fileserver
when: zuul_success | bool
- hosts: "{{ fileserver.fqdn }}"
gather_facts: False
roles:
- role: publish-artifacts-to-fileserver
when: zuul_success | bool