From 0a00fd393d6dad251d0d5e076dc13a2b48599229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 30 Aug 2021 13:48:57 +0200 Subject: [PATCH] Add repository version 10.1.0.0 for Bullseye/Focal --- CHANGELOG.md | 4 ++++ defaults/main.yml | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a01d9ef..d23d349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * Use key_url instead of [deprecated SKS keyserver](https://sks-keyservers.net/). +### Enhancements + +* Repository version 10.1.0.0 for Debian Bullseye and Ubuntu Focal. + ## v1.3.1 ### Fix diff --git a/defaults/main.yml b/defaults/main.yml index 04bac65..9c3608b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -14,6 +14,16 @@ # apt_repository and apt_key. # openmanage__repositories: + # Version 10100 - for Debian Bullseye and Ubuntu Focal + # Force using Focal repo as Bullseye repo doesn't exist and Focal is based on Debian Bullseye + - repo: 'deb http://linux.dell.com/repo/community/openmanage/10100/focal focal main' + mode: '0644' + filename: 'dell.openmanage' + key_id: '1285491434D8786F' + key_url: 'https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc' + state: '{{ openmanage__deploy_state + if (ansible_distribution_release in ["bullseye", "focal"]) + else "absent" }}' # Version 940 - for Debian Buster and Ubuntu Bionic # Force using Bionic repo as Buster repo doesn't exist and Bionic is based on Debian Buster - repo: 'deb http://linux.dell.com/repo/community/openmanage/940/bionic bionic main'