1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

-'templateLinkage' set to match Zabbix web interface defaults (#45229)

This commit is contained in:
AlexZolotarenko 2018-11-27 15:17:05 +01:00 committed by ansibot
parent 3acc71225a
commit 91b7bee3da

View file

@ -397,6 +397,9 @@ class Template(object):
'createMissing': True,
'updateExisting': True
},
'templateLinkage': {
'createMissing': True
},
'templateScreens': {
'createMissing': True,
'updateExisting': True,