Update amazon ami to latest AL2022
This commit is contained in:
parent
a4d7b52dce
commit
ee4c497e64
|
|
@ -4,7 +4,7 @@
|
||||||
[localhost:vars]
|
[localhost:vars]
|
||||||
ansible_connection=local
|
ansible_connection=local
|
||||||
ansible_python_interpreter=python
|
ansible_python_interpreter=python
|
||||||
image=ami-0bc441522038d8878
|
image=ami-08d090f841c8435e9
|
||||||
region=us-east-1
|
region=us-east-1
|
||||||
instance_size=c6i.12xlarge
|
instance_size=c6i.12xlarge
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
shell: |
|
shell: |
|
||||||
dnf update --releasever=2022.0.20220831 -y
|
dnf update --releasever=2022.0.20221207 -y
|
||||||
|
|
||||||
- name: Installing Packages
|
- name: Installing Packages
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue