Install Dell srvadmin package to get utils to talk to RAID controller #90

Merged
graffen merged 6 commits from install-omconfig into master 2022-07-22 12:37:39 +00:00
2 changed files with 13 additions and 0 deletions
Showing only changes of commit f619735629 - Show all commits

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