Re: [ansible-project] "role" variable

2016-02-04 Thread Warren Seine
Ok, that's role_name now. On Wed, Feb 3, 2016 at 6:42 PM, Warren Seine wrote: > 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 {{ rol

[ansible-project] "role" variable

2016-02-03 Thread Warren Seine
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. -- You received this message because y