Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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