Merge pull request #45 from dholt/master

Add EPEL repo GPG key
This commit is contained in:
Doug Holt
2021-09-29 08:56:27 -06:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,11 @@
- name: reboot to pick up the new kernel
reboot:
- name: add epel repo gpg key
rpm_key:
key: "{{ epel_repo_key }}"
state: present
- name: add epel repo
become: true
yum: