From fdf0b900c682b5bf9fdbaee1df471aab2fd036e5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 11 Jan 2024 00:02:16 +0000 Subject: [PATCH] chore: Update AMI for rocky 9 (x86_64) in agent-uninstall-clean-all s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 533382513..4ea359c96 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -86,7 +86,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: rocky-9-x86_64 - image: ami-07d75f492ac3a326f + image: ami-021a1f96fec61f4e9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}