diff --git a/galaxy.yml b/galaxy.yml index 21bf1d08..6e81a780 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 diff --git a/roles/infrastructure/tasks/initialize_setup_aws.yml b/roles/infrastructure/tasks/initialize_setup_aws.yml index 37953b6f..1aabeb0c 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: