From 27031ea95540a2f2077cb3e9b278c1b5aa872c45 Mon Sep 17 00:00:00 2001 From: Jim Enright Date: Wed, 28 Aug 2024 17:59:29 +0100 Subject: [PATCH 1/2] Update guard condition on dynamic inventory AMI lookup (#191) Signed-off-by: Jim Enright --- roles/infrastructure/tasks/initialize_setup_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/infrastructure/tasks/initialize_setup_aws.yml b/roles/infrastructure/tasks/initialize_setup_aws.yml index a6c496a7..b50dbbbc 100644 --- a/roles/infrastructure/tasks/initialize_setup_aws.yml +++ b/roles/infrastructure/tasks/initialize_setup_aws.yml @@ -63,7 +63,7 @@ query: 'InstanceTypeOfferings[].InstanceType' - name: Find AMI for Dynamic Inventory Deployment - when: infra__dynamic_inventory_count + when: infra__dynamic_inventory_count | int > 0 block: - name: List suitable AMIs within our region amazon.aws.ec2_ami_info: From 86fa9ef623f2386a9d9d24f4792d949abd4f3873 Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Wed, 28 Aug 2024 13:01:46 -0400 Subject: [PATCH 2/2] Update to version 2.4.1 Signed-off-by: Webster Mudge --- galaxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index d6aa2610..b658b326 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ --- -# Copyright 2023 Cloudera, Inc. All Rights Reserved. +# Copyright 2024 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ namespace: cloudera name: exe -version: 2.4.0 +version: 2.4.1 readme: README.md authors: - Jim Enright @jenright