Hi,
In Ansible 1.9.4, I was able to use role as a variable to get the current role name. In Ansible 2, the variable does not seem to be defined. Any replacement?
role_path is defined so I could use {{ role_path | basename }}, but that’s less convenient.