mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Re-adding role_name/role_uuid variables
This commit is contained in:
@@ -383,7 +383,9 @@ class VariableManager:
|
||||
|
||||
if task:
|
||||
if task._role:
|
||||
variables['role_name'] = task._role.get_name()
|
||||
variables['role_path'] = task._role._role_path
|
||||
variables['role_uuid'] = task._role._uuid
|
||||
|
||||
if self._inventory is not None:
|
||||
variables['inventory_dir'] = self._inventory.basedir()
|
||||
|
||||
Reference in New Issue
Block a user