mirror of https://github.com/ansible/ansible.git
Handle connection dissonance (#77005)
* play_context, compensate for existing plugins some connection plugins are not fully using the correct configuration, but this was previously hidden from them as play_context was providing the info instead, now play_context provides the 'correct' info, but hitting these bad configurations.pull/58288/head
parent
32f7490a2c
commit
56edbd2bbb
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- play_context now compensates for when a conneciton sets the default to inventory_hostname but skips adding it to the vars.
|
||||||
Loading…
Reference in New Issue