Merge "Run our base playbook on jammy"
This commit is contained in:
commit
13d65b07a1
@ -0,0 +1,7 @@
|
||||
# This file is kept updated by ansible.
|
||||
# Note the use of ports.ubuntu.com.
|
||||
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy main universe
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main universe
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main universe
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main universe
|
@ -0,0 +1,6 @@
|
||||
# This file is kept updated by ansible.
|
||||
|
||||
deb http://us.archive.ubuntu.com/ubuntu jammy main universe
|
||||
deb http://us.archive.ubuntu.com/ubuntu jammy-updates main universe
|
||||
deb http://us.archive.ubuntu.com/ubuntu jammy-backports main universe
|
||||
deb http://security.ubuntu.com/ubuntu jammy-security main universe
|
@ -66,6 +66,8 @@
|
||||
label: ubuntu-bionic
|
||||
- name: focal
|
||||
label: ubuntu-focal
|
||||
- name: jammy
|
||||
label: ubuntu-jammy
|
||||
files:
|
||||
- tox.ini
|
||||
- playbooks/
|
||||
@ -87,6 +89,8 @@
|
||||
label: ubuntu-bionic
|
||||
- name: focal
|
||||
label: ubuntu-focal
|
||||
- name: jammy
|
||||
label: ubuntu-jammy
|
||||
required-projects:
|
||||
- name: github.com/ansible/ansible
|
||||
override-checkout: devel
|
||||
@ -125,6 +129,8 @@
|
||||
label: ubuntu-bionic-arm64
|
||||
- name: focal
|
||||
label: ubuntu-focal-arm64
|
||||
- name: jammy
|
||||
label: ubuntu-jammy-arm64
|
||||
files:
|
||||
- playbooks/
|
||||
- roles/
|
||||
|
Loading…
x
Reference in New Issue
Block a user