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
parent
b73ed61a47
commit
7de75fbd9e
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- Add support for content template parser
|
|
@ -129,6 +129,7 @@ class ActionModule(ActionBase):
|
|||
# from ansible.netcommon collection
|
||||
if cref["cname"] == "netcommon" and cref["plugin"] in [
|
||||
"native",
|
||||
"content_templates",
|
||||
"ntc",
|
||||
"pyats",
|
||||
]:
|
||||
|
|
Loading…
Reference in New Issue