I have the following structure: roles/pythonapp/ roles/billingsvc/ roles/usersvc/
pythonapp is a generic set of instructions like cloning and installing a python package, billingsvc and usersvc both include it in their tasks. I have a variable that I set in billingsvc/vars/main.yml and I don't want usersvc to see this var but as soon as billingsvc finishes it runs usersvc and the var is there. Is there anyway to prevent this leaking of information? I've defined the var in the role vars section specifically to keep it isolated from everything else. -- 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/d96b6d38-e618-4c8a-b06a-5843a3cf36df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
