tests: fix remote_tmp test on 2.5.x.

pull/193/head
David Wilson 7 years ago
parent 34a1e3337f
commit 472610805f

@ -11,7 +11,8 @@
register: out
- assert:
that: out.result.startswith(ansible_remote_tmp|expanduser)
# This string must match ansible.cfg::remote_tmp
that: out.result.startswith("~/.ansible/mitogen-tests/"|expanduser)
- stat:
path: "{{out.result}}"

Loading…
Cancel
Save