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 c211d37 commit cf79803Copy full SHA for cf79803
roles/infrastructure/tasks/setup_aws_network.yml
@@ -253,7 +253,7 @@
253
state: present
254
region: "{{ infra__region }}"
255
vpc_id: "{{ infra__aws_vpc_id }}"
256
- tags: "{{ infra__tags | combine({ 'Name': 'infra__security_group_vpce_name' }, recursive=True) }}"
+ tags: "{{ infra__tags | combine({ 'Name': infra__security_group_vpce_name }, recursive=True) }}"
257
name: "{{ infra__security_group_vpce_name }}"
258
description: "{{ infra__security_group_vpce_name }}"
259
rules:
0 commit comments