Hi Folks,
I have some playbooks that include other playbooks, those playbooks use set_fact to set vars that I later use in the main playbook. This is not working with the latest checkout of 2.0. It seems that vars set with set_fact are only good within the scope of the playbook that ran it. Since I feel I’m not explaining this well enough, here is an example that works with ansible 1.9.2
the ansible_ssh_user and ansible_ssh_pass vars are not available to the setup module in 2.0, however the password var that is registered is…
Any tips or reasoning behind the change would help me greatly.
Thanks,
Dann