We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4c1f6 commit b6e2eb0Copy full SHA for b6e2eb0
plugins/modules/template.py
@@ -516,6 +516,7 @@ def register_template(self):
516
if not self.module.check_mode:
517
self.query_api("registerTemplate", **args)
518
template = self.get_template()
519
+ template = self.ensure_tags(resource=template, resource_type="Template")
520
return template
521
522
def update_template(self, template):
0 commit comments