Update RedHat.yml

This commit is contained in:
qiaofeng1227 2022-08-05 10:41:35 +08:00 committed by GitHub
parent 1e4c5c62a7
commit 7089b6ba97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
msg: "Wait 200s for install pip and python" msg: "Wait 200s for install pip and python"
- name: Sleep wait for Oracle linux install pip and python which is very slowly - name: Sleep wait for Oracle linux install pip and python which is very slowly
shell: sleep 200s shell: sleep 20s
when: ansible_distribution == "OracleLinux" when: ansible_distribution == "OracleLinux"
- name: System Upgrade - name: System Upgrade