mirror of https://github.com/ansible/ansible.git
Fix passing callbacks the delegated connection, host, port, and user (#85397)
Fix ssh plugin host variables. Variable names should conform to Python variable naming rules. , and not contain characters like "[" or "]". Update unit testpull/85462/head
parent
c24b187f88
commit
da6735160d
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- callback plugins - fix displaying the rendered ``ansible_host`` variable with ``delegate_to`` (https://github.com/ansible/ansible/issues/84922).
|
||||
- ssh connection - fix documented variables for the ``host`` option. Connection options can be configured with delegated variables in general.
|
||||
@ -0,0 +1,2 @@
|
||||
[all]
|
||||
delegatetome ansible_host="{{ hostip }}" hostip="127.0.0.4"
|
||||
Loading…
Reference in New Issue