Add repository version 10.1.0.0 for Bullseye/Focal

This commit is contained in:
Jeremy Gardais 2021-08-30 13:48:57 +02:00
parent 04f7de3fe4
commit 0a00fd393d
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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'