Update RedHat.yml

This commit is contained in:
qiaofeng1227 2022-08-16 14:25:05 +08:00 committed by GitHub
parent 70c8c93dc5
commit 1445218dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,4 @@
- block: - block:
- debug:
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 200s
when: ansible_distribution == "OracleLinux" when: ansible_distribution == "OracleLinux"