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 01c0bc9 commit d1002edCopy full SHA for d1002ed
roles/infrastructure/tasks/initialize_aws.yml
@@ -115,7 +115,6 @@
115
116
- name: Set facts for existing AWS Public Subnet IDs
117
ansible.builtin.set_fact:
118
- infra__aws_public_subnet_ids: "{{ infra__aws_public_subnet_ids }}"
119
infra__aws_subnet_ids: "{{ infra__aws_subnet_ids | default([]) | union(infra__aws_public_subnet_ids) }}"
120
infra__aws_vpc_id: "{{ __aws_public_subnets_info.subnets | map(attribute='vpc_id') | list | first }}"
121
0 commit comments