Update RedHat.yml

This commit is contained in:
qiaofeng1227 2022-08-16 15:58:31 +08:00 committed by GitHub
parent 73a4011716
commit 70b51d24b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
- block:
- name: Sleep wait for Oracle linux install pip and python which is very slowly
shell: sleep 200s
when: ansible_distribution == "OracleLinux"
- name: System Upgrade
yum: name=* state=latest