Hi,
I created a vpc using ec2_vpc module. Now after the VPC is being created, I would like to tag it using ec2_tag module.
Hi,
I created a vpc using ec2_vpc module. Now after the VPC is being created, I would like to tag it using ec2_tag module.
You should use the “wait=yes” (or “wait: yes” in the form you’ve specified above) option to tell Ansible to wait until the VPC is in the “available” state before returning.