mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Merge branch 'v2_final' into devel_switch_v2
This commit is contained in:
commit
fe41f109a9
22 changed files with 255 additions and 121 deletions
|
@ -59,11 +59,9 @@ class Group:
|
|||
depth=self.depth,
|
||||
)
|
||||
|
||||
debug("serializing group, result is: %s" % result)
|
||||
return result
|
||||
|
||||
def deserialize(self, data):
|
||||
debug("deserializing group, data is: %s" % data)
|
||||
self.__init__()
|
||||
self.name = data.get('name')
|
||||
self.vars = data.get('vars', dict())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue