forked from data.coop/ansible
Add Dell apt signing key
This commit is contained in:
parent
c6a3cb5150
commit
997779d627
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
|
- name: import dell apt signing key
|
||||||
|
apt_key:
|
||||||
|
id: "1285491434D8786F"
|
||||||
|
keyserver: "keyserver.ubuntu.com"
|
||||||
|
|
||||||
- name: "configure dell apt repo"
|
- name: "configure dell apt repo"
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "deb https://linux.dell.com/repo/community/openmanage/10101/focal focal main"
|
repo: "deb https://linux.dell.com/repo/community/openmanage/10101/focal focal main"
|
||||||
|
|
Loading…
Reference in a new issue