Created
July 26, 2022 17:40
-
-
Save mfilipe/f56424c0c65ef3038d345206e06cd52e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Change instance type | |
include_tasks: _change_instance_type.yml | |
loop: "{{ instance_types }}" | |
loop_control: | |
loop_var: instance_type | |
vars: | |
instance_id: "{{ ec2_info.instances[0].instance_id }}" | |
when: instance_types is defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment