blob: 81250255dda7d3c69131be807e99c5500f967210 [file] [log] [blame]
- hosts: localhost
roles:
- emit-job-header
- log-inventory
- hosts: all
tasks:
- name: Update apt cache
become: true
command: apt-get update
- name: Install packages
become: true
package:
name:
- git
- rsync
state: present
- hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- ensure-output-dirs
- prepare-workspace-git