The main playbook has it as
- include: rds.yml
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/55lmxGpX07w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAJ5XC8m9VqBdmvQ5fN%2BtVtq9pRikGZqMF0ECT6ef4xH7Ao1%2BaQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
I am not able to figure out which specific vars is bad...
Is there a problem of file locking ???
Because there is a sg_mysql.yml file being called before rds.yml in main.yml
Something like
- include: sg_mysql.yml
- include: rds.yml
sg_mysql.yml is writing the security group id to be used by rds.yml
However the debug task on sg_mysql shows that the id is getting read correctly by rds.yml.
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/55lmxGpX07w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAJ5XC8kYvWpLdV3Qn5B9iyyGt%3DD2kXMu%2BNkU%2BdpVZA3Z2BQoVg%40mail.gmail.com.
vpc_security_groups: "{{ sg_mysql.group_id }}"