Skip to content

Commit

Permalink
Merge branch 'release/v2.4.1' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
wmudge committed Aug 28, 2024
2 parents 996e8dc + 86fa9ef commit cd3d8d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -16,7 +16,7 @@

namespace: cloudera
name: exe
version: 2.4.0
version: 2.4.1
readme: README.md
authors:
- Jim Enright @jenright
Expand Down
2 changes: 1 addition & 1 deletion roles/infrastructure/tasks/initialize_setup_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd3d8d6

Please sign in to comment.