Skip to content

Commit cd3d8d6

Browse files
committed
Merge branch 'release/v2.4.1' into devel
2 parents 996e8dc + 86fa9ef commit cd3d8d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
3+
# Copyright 2024 Cloudera, Inc. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616

1717
namespace: cloudera
1818
name: exe
19-
version: 2.4.0
19+
version: 2.4.1
2020
readme: README.md
2121
authors:
2222
- Jim Enright @jenright

roles/infrastructure/tasks/initialize_setup_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
query: 'InstanceTypeOfferings[].InstanceType'
6464

6565
- name: Find AMI for Dynamic Inventory Deployment
66-
when: infra__dynamic_inventory_count
66+
when: infra__dynamic_inventory_count | int > 0
6767
block:
6868
- name: List suitable AMIs within our region
6969
amazon.aws.ec2_ami_info:

0 commit comments

Comments
 (0)