mirror of https://github.com/ansible/ansible.git
now validation schema matches reality
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
Co-authored-by: s-hertel <19572925+s-hertel@users.noreply.github.com>
(cherry picked from commit b01f1f207c
)
pull/82586/head
parent
09879cbe14
commit
686fe806f8
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
``ansible-test sanity --test runtime-metadata`` - add ``action_plugin`` as a valid field
|
||||
for modules in the schema (https://github.com/ansible/ansible/pull/82562).
|
@ -0,0 +1,4 @@
|
||||
plugin_routing:
|
||||
modules:
|
||||
module:
|
||||
action_plugin: ns.col.action
|
@ -0,0 +1,4 @@
|
||||
plugin_routing:
|
||||
lookup:
|
||||
lookup:
|
||||
action_plugin: invalid
|
Loading…
Reference in New Issue