Update install-redhat.yml

This commit is contained in:
nvhans 2020-11-25 20:50:39 -05:00 committed by GitHub
parent 961feadb30
commit 9bb6978b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,9 +30,10 @@
reboot:
- name: add epel repo
become: true
yum:
- name: "epel-release"
state: latest
state: latest
environment: "{{proxy_env if proxy_env is defined else {}}}"
- name: install dependencies