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.
2 parents 5361f45 + 8867463 commit d051683Copy full SHA for d051683
roles/infrastructure/tasks/setup_aws_network.yml
@@ -28,6 +28,7 @@
28
29
# Using CLI due to hardcoded module behavior - see https://github.com/boto/boto3/issues/2929
30
- name: Update AWS VPC
31
+ when: __aws_vpc_tags is defined and __aws_vpc_tags | length > 0
32
ansible.builtin.command: "aws ec2 create-tags --region {{ infra__region }} --resources {{ infra__aws_vpc_id }} --tags {{ __aws_vpc_tags | join(' ') }}"
33
34
- name: Set up AWS VPC
0 commit comments