blob: 066af6a4405429e2a7a5d76a4e20cde16fecae6e [file] [log] [blame]
Mohammed Nasere5aeb362025-01-28 17:53:30 -05001- hosts: localhost
2 name: Create job header and inventory
3 roles:
4 - role: emit-job-header
5 zuul_log_path_shard_build: true
6 - log-inventory
7
8- hosts: all
9 roles:
10 - add-build-sshkey
11 - prepare-workspace
12 - ensure-output-dirs
13
14 tasks:
15 - name: Configure mirrors
16 ansible.builtin.include_role:
17 name: configure-mirrors
18 when:
19 - ansible_os_family == 'Debian'
20 vars:
21 set_apt_mirrors_trusted: True
22 mirror_use_ssl: True