Allow template import to create groups (#65503)

pull/65392/head
Richlv 5 years ago committed by ansibot
parent a68269660e
commit 1535d9fd90

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

Loading…
Cancel
Save