David Wilson
2eb3ea78d6
tests: remove a bunch of stray debug
2018-10-02 19:19:30 +01:00
David Wilson
f6b74992e1
tests: fix apparently erroneous localhost delegation.
...
The stack delegates to localhost, which has ansible_python_interpreter
set.
2018-10-02 19:19:30 +01:00
David Wilson
9792b8b54f
ansible: use template-expanded delegate_to hostname in one more location.
2018-09-08 20:53:11 +01:00
David Wilson
4098d45dac
tests: disable delegation tests on vanilla.
2018-08-20 00:21:34 +01:00
David Wilson
50e285f7ba
tests: update for identities_only change.
2018-08-19 23:17:27 +01:00
David Wilson
3d588323ff
issue #340 : use expanded delegate_to hostname, not template.
...
PlayContext.delegate_to is the unexpanded template, Ansible doesn't keep
a copy of it around anywhere convenient. We either need to re-expand it
or take the expanded version that was stored on the Task, which is what
is done here.
2018-08-18 16:43:59 +01:00
David Wilson
ad365dad56
issue #340 : one more test, update Changelog.
2018-08-18 16:43:59 +01:00
David Wilson
916e46621b
issue #340 : add connection delegation tests.
2018-08-18 16:43:59 +01:00