mirror of https://github.com/ansible/ansible.git
dont rely on path to set config defs for plugins (#77659)
parent
fb2f080b42
commit
a3cc6a581e
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- plugin loader will now load config data for plugin by name instead of by file to avoid issues with the same file being loaded under different names (fqcn + short name).
|
@ -0,0 +1,7 @@
|
||||
- name: ensure configuration is loaded when we use FQCN and have already loaded using 'short namne' (which is case will all builtin connection plugins)
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: relies on extra var being passed in with connection and fqcn
|
||||
ping:
|
||||
ignore_unreachable: True
|
Loading…
Reference in New Issue