This commit is contained in:
Graham McIntire 2026-06-29 10:32:00 -05:00
parent a42e2eeb7b
commit 74317f40e1
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 10 additions and 0 deletions

View file

@ -23,6 +23,11 @@
- _mariadb_repo_content.content is defined
- "'repo/12.2/debian' in (_mariadb_repo_content.content | b64decode)"
- name: "Remove stale linuxfactory.or.kr PPA (ARM Rockchip, unreachable on x86 noble)"
ansible.builtin.file:
path: /etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list
state: absent
- name: "Install updates"
ansible.builtin.apt:
name: "*"

View file

@ -49,6 +49,11 @@
- /etc/apt/sources.list.d/jammy-icinga.list
- /etc/apt/sources.list.d/jammy-icinga.list.distUpgrade
- name: Install python3-debian (required for deb822_repository module)
ansible.builtin.apt:
name: python3-debian
state: present
- name: Add Icinga apt repository
ansible.builtin.deb822_repository:
name: icinga