Commit Graph

4 Commits

Author SHA1 Message Date
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