Add Dell OpenManage APT repo

This commit is contained in:
Jesper Hess 2022-07-15 17:25:33 +02:00 committed by Gitea
parent 515861c206
commit 57f6e9ad4f
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
- name: "configure dell apt repo"
apt_repository:
repo: "deb https://linux.dell.com/repo/community/openmanage/10101/focal focal main"
state: "present"
tags: setup-custom-apt
- name: update apt cache
apt:
update_cache: yes
tags: setup-custom-apt

View File

@ -1,4 +1,6 @@
---
- import_tasks: custom-apt-repos.yml
- import_tasks: upgrade.yml
- import_tasks: base.yml
- import_tasks: users.yml