You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/ansible/integration/delegation
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.
6 years ago
..
all.yml issue #340: use expanded delegate_to hostname, not template. 6 years ago
delegate_to_template.yml issue #340: use expanded delegate_to hostname, not template. 6 years ago
stack_construction.yml