You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Set asg_properties variable from JSON output if the Auto Scaling Group already existsset_fact:
asg_properties: "{{ (asg_properties_result.stdout | from_json).AutoScalingGroups[0] }}"when: (asg_properties_result.stdout | from_json).AutoScalingGroups | count
Expected Results
No warnings
Actual Results
Says missing property key_value. The key_value is not an actual key_value and there is no need to gives an error
The text was updated successfully, but these errors were encountered:
Reproduce steps
I have
Expected Results
No warnings
Actual Results
Says missing property key_value. The key_value is not an actual key_value and there is no need to gives an error
The text was updated successfully, but these errors were encountered: