26b75403fb
We're trying to start mirroring Ubuntu 22.04 LTS packages, and their indices are now signed with the 2018 Archive Signing Key which we haven't yet imported. Add it. Change-Id: I88cabf8a703ef0086e58b8f6cd65bf54321f7998
19 lines
506 B
YAML
19 lines
506 B
YAML
- name: Set Debian config
|
|
set_fact:
|
|
_string_name: 'Ubuntu'
|
|
_dir: 'ubuntu'
|
|
_volume: 'mirror.ubuntu'
|
|
_keys:
|
|
- { key_id: '40976EAF437D05B5', file: 'ubuntu.asc' }
|
|
- { key_id: '3B4FE6ACC0B21F32', file: 'ubuntu-2012.asc' }
|
|
- { key_id: '871920D1991BC93C', file: 'ubuntu-2018.asc' }
|
|
|
|
- name: Deploy Ubuntu Keys
|
|
include_tasks: utils/keys.yaml
|
|
|
|
- name: Copy Ubuntu config
|
|
include_tasks: utils/copy-config.yaml
|
|
|
|
- name: Install Ubuntu cron job
|
|
include_tasks: utils/cron.yaml
|