Hello, 

I want to update my vpc attributes using anisble playbook. I used below 
code but it is not updating. 
I tries to create new vpc.

- name: Task to update vpc details
      ec2_vpc_net:
       dns_support: yes
       dns_hostnames: yes
       cidr_block: "{{ vpc.vpcs[0]['cidr_block']}}"
       name: ''    
       region: "{{ aws_region }}"
       profile: "{{ aws_profile_name }}"

Can you please help me?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/1be05903-b577-41ed-a53f-685fdf3bcf9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to