mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Re-adding role_name/role_uuid variables
This commit is contained in:
parent
8d9835c40b
commit
5b6162a166
1 changed files with 2 additions and 0 deletions
|
@ -383,7 +383,9 @@ class VariableManager:
|
||||||
|
|
||||||
if task:
|
if task:
|
||||||
if task._role:
|
if task._role:
|
||||||
|
variables['role_name'] = task._role.get_name()
|
||||||
variables['role_path'] = task._role._role_path
|
variables['role_path'] = task._role._role_path
|
||||||
|
variables['role_uuid'] = task._role._uuid
|
||||||
|
|
||||||
if self._inventory is not None:
|
if self._inventory is not None:
|
||||||
variables['inventory_dir'] = self._inventory.basedir()
|
variables['inventory_dir'] = self._inventory.basedir()
|
||||||
|
|
Loading…
Reference in a new issue