Another note that I just got through trying set_fact with catting the group_vars/all file and reading the output lines. This didn't work either as set_fact is just one lower precedence than include_vars. If there's another module like set_fact, I can do this work around method as well but I haven't seen/noticed anything.
On Monday, October 3, 2016 at 3:43:28 PM UTC-4, Dave Kindel wrote: > > I did try that but it didn't seem to work with the group_vars/all file. I > haven't tried to see what exactly it did refresh, but it wasn't this. > > On Monday, October 3, 2016 at 3:12:31 PM UTC-4, Brian Coca wrote: >> >> have you tried?: >> >> - meta: refresh_inventory >> >> It should refresh not only the inventory but reload all inventory files >> (host/group_vars included). >> >> >> ---------- >> Brian Coca >> > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f4c60b38-7101-48c1-9224-518833a824e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
