diff --git a/changelogs/fragments/ccontent_template_parser.yaml b/changelogs/fragments/ccontent_template_parser.yaml new file mode 100644 index 0000000..a9aad8b --- /dev/null +++ b/changelogs/fragments/ccontent_template_parser.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - Add support for content template parser diff --git a/plugins/action/cli_parse.py b/plugins/action/cli_parse.py index 3a6a38a..d806db5 100644 --- a/plugins/action/cli_parse.py +++ b/plugins/action/cli_parse.py @@ -129,6 +129,7 @@ class ActionModule(ActionBase): # from ansible.netcommon collection if cref["cname"] == "netcommon" and cref["plugin"] in [ "native", + "content_templates", "ntc", "pyats", ]: