forked from data.coop/ansible
Add Dell OpenManage APT repo
This commit is contained in:
parent
515861c206
commit
57f6e9ad4f
11
roles/ubuntu_base/tasks/custom-apt-repos.yml
Normal file
11
roles/ubuntu_base/tasks/custom-apt-repos.yml
Normal 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
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
- import_tasks: custom-apt-repos.yml
|
||||||
- import_tasks: upgrade.yml
|
- import_tasks: upgrade.yml
|
||||||
- import_tasks: base.yml
|
- import_tasks: base.yml
|
||||||
- import_tasks: users.yml
|
- import_tasks: users.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue