Allow template import to create groups (#65503)

This commit is contained in:
Richlv 2019-12-13 16:25:07 +02:00 committed by ansibot
parent a68269660e
commit 1535d9fd90

View file

@ -544,6 +544,9 @@ class Template(object):
'updateExisting': True,
'deleteMissing': True
},
'groups': {
'createMissing': True
},
'httptests': {
'createMissing': True,
'updateExisting': True,