blob: 5dcba56067abb43920e9d1142cad18fda2c377b0 [file] [log] [blame]
- hosts: localhost
roles:
- emit-job-header
- log-inventory
- hosts: all
tasks:
- name: Install packages
package:
name:
- git
- rsync
state: present
- hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- ensure-output-dirs
- prepare-workspace-git