Update RedHat.yml

This commit is contained in:
qiaofeng1227 2023-04-04 18:36:01 +08:00 committed by GitHub
parent e832cbabaa
commit a4a83374ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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