mirror of https://github.com/ansible/ansible.git
* Support `action_plugin` in plugin_routing_schema (#82562)
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
)
* Module redirects should be FQCR
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* pep8 fixes
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
---------
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
pull/82585/head
parent
beb04bc264
commit
aa37f3cf25
@ -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