add validated content plugin support (#201)

* add validated content plugin support

Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/213/head
Rohit Thakur 2022-11-03 20:13:04 +05:30 committed by GitHub
parent b73ed61a47
commit 7de75fbd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
minor_changes:
- Add support for content template parser

View File

@ -129,6 +129,7 @@ class ActionModule(ActionBase):
# from ansible.netcommon collection
if cref["cname"] == "netcommon" and cref["plugin"] in [
"native",
"content_templates",
"ntc",
"pyats",
]: