mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
parent
a3e913da62
commit
7173f587ed
2 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,8 @@ def hash_params(params):
|
|||
|
||||
class Role(Base, Become, Conditional, Taggable):
|
||||
|
||||
_delegate_to = FieldAttribute(isa='string')
|
||||
|
||||
def __init__(self, play=None):
|
||||
self._role_name = None
|
||||
self._role_path = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue