Update amazon ami to latest AL2022

This commit is contained in:
Sparticuz 2023-01-24 09:24:22 -05:00
parent a4d7b52dce
commit ee4c497e64
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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