mirror of https://github.com/ansible/ansible.git
setup module, filter compensate for prefixes (#74924)
Allow user to abstract internal implementation from requested infopull/74997/head
parent
cf3a304ce1
commit
d2d45900ed
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- setup module, fix filter to adjust for missing ``ansible_`` prefix on query.
|
||||
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- ssh connection now correctly handle ssh_transfer_method and scp_if_ssh interactions.
|
||||
minor_changes:
|
||||
- ssh connection, ssh_transfer_method is now configurable via variable.
|
||||
@ -1,2 +1,2 @@
|
||||
[local]
|
||||
facthost[0:25] ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
||||
facthost[0:26] ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
||||
|
||||
Loading…
Reference in New Issue