mirror of https://github.com/ansible/ansible.git
(cherry picked from commit a3cc6a581e
)
pull/77797/head
parent
d5e5bd34d6
commit
67f06ed83c
@ -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