Chris Hilton
Chris Hilton
I would like to understand why the franklinkim.nginx role is processed at all such that it sets the nginx_user value. Isn't the whole point of the conditional on the dependency...
Well, that didn't take me long to figure out why. https://github.com/ansible/ansible/issues/15254 Basically a conditional on a role dependency just adds a conditional to every task in that role, so it...
Just for clarification, I'm pretty sure this issue is meant to reference issue #20567. I can't tell if this has been addressed in 0.12 or not as we just had...