We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3feb151 commit 27031eaCopy full SHA for 27031ea
roles/infrastructure/tasks/initialize_setup_aws.yml
@@ -63,7 +63,7 @@
63
query: 'InstanceTypeOfferings[].InstanceType'
64
65
- name: Find AMI for Dynamic Inventory Deployment
66
- when: infra__dynamic_inventory_count
+ when: infra__dynamic_inventory_count | int > 0
67
block:
68
- name: List suitable AMIs within our region
69
amazon.aws.ec2_ami_info:
0 commit comments