diff --git a/.github/workflows/molecule-ami-update.yml b/.github/workflows/molecule-ami-update.yml index a93bba661..1d1941853 100644 --- a/.github/workflows/molecule-ami-update.yml +++ b/.github/workflows/molecule-ami-update.yml @@ -38,11 +38,6 @@ jobs: image_name: al2023-ami* owner_id: "137112412989" variant: "2023" - - os: centos - architecture: x86_64 - image_name: "CentOS Linux 7 x86_64*" - owner_id: "125523088429" - variant: "7" - os: centos architecture: x86_64 image_name: "CentOS Stream 8 x86_64*" diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index a70d89352..2c4a59c06 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -115,11 +115,6 @@ platforms: volume_size: 30 delete_on_termination: true volume_type: gp3 - - name: centos-7-x86_64 - image: ami-0aedf6b1cb669b4c7 - instance_type: ${INSTANCE_TYPE_X86} - region: ${REGION} - vpc_subnet_id: ${VPC_SUBNET_ID} provisioner: lint: name: ansible-lint diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index d7bc7cc25..bb795b120 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -115,11 +115,6 @@ platforms: volume_size: 30 delete_on_termination: true volume_type: gp3 - - name: centos-7-x86_64 - image: ami-0aedf6b1cb669b4c7 - instance_type: ${INSTANCE_TYPE_X86} - region: ${REGION} - vpc_subnet_id: ${VPC_SUBNET_ID} provisioner: lint: name: ansible-lint