system-config/playbooks/roles/zuul-executor/vars/Ubuntu.focal.yaml

7 lines
302 B
YAML

zuul_executor_ppas:
# We use later HWE kernels for better memory managment, requiring an
# updated AFS version which we install from our custom ppa.
- name: openafs
content: "deb http://ppa.launchpad.net/openstack-ci-core/openafs/ubuntu focal main"
key: "{{ openstack_ci_core_ppa_key }}"