Is it possible to have an ansible task that generates the /tmp/secrets.yml. The playbook fails because secrets.yml doesn't exist until the first task is run.
On Friday, January 30, 2015 at 5:43:19 PM UTC-5, Brian Coca wrote: > > use vars_files at the play level, include_vars is designed to > specifically work as you describe. > > > -- > 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/e1eca107-a4ce-462d-a979-caa06c40e9a3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
