Skip to content

Commit

Permalink
Merge pull request #3 from remerge/SRE-324-EL9
Browse files Browse the repository at this point in the history
SRE-324 EL9
  • Loading branch information
sixtus authored Dec 5, 2022
2 parents 9d9dd5d + 999432e commit d2a899b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
- name: Import repo.yml
ansible.builtin.import_tasks: repo.yml

- name: Install chkconfig for EL9 compatibility
ansible.builtin.package:
name: chkconfig
state: present

- name: Install dell-system-update
ansible.builtin.package:
name: dell-system-update
Expand Down
1 change: 0 additions & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ perccli_url: "https://dl.dell.com/FOLDER09074160M/1/{{ perccli_archive }}.tar.gz
dell_repo_base_url: "https://linux.dell.com/repo"
dell_gpg_key_urls:
- "{{ dell_repo_base_url }}/pgp_pubkeys/0x1285491434D8786F.asc"
- "{{ dell_repo_base_url }}/pgp_pubkeys/0x274E9C32857A9594.asc"
- "{{ dell_repo_base_url }}/pgp_pubkeys/0x3CA66B4946770C59.asc"
- "{{ dell_repo_base_url }}/pgp_pubkeys/0x756ba70b1019ced6.asc"
- "{{ dell_repo_base_url }}/pgp_pubkeys/0xca77951d23b66a9d.asc"

0 comments on commit d2a899b

Please sign in to comment.