Allow delegate_to on a role again

Fixes #12560
This commit is contained in:
James Cammarata 2015-09-29 15:07:32 -04:00
parent a3e913da62
commit 7173f587ed
2 changed files with 4 additions and 0 deletions

View file

@ -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