system-config/playbooks/roles/reprepro/tasks/ubuntu.yaml
Jeremy Stanley 26b75403fb Add Ubuntu's 2018 Archive Signing Key to reprepro
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
2022-04-25 20:50:36 +00:00

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