set_fact not working like it used to

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

http://pastebin.com/Vq1wEAT1

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

Seems like the paste expired. Could you paste again? Or if you use the Google Groups interface there is an option for code blocks too.