tests: fix remote_tmp test on 2.5.x.
This commit is contained in:
parent
34a1e3337f
commit
472610805f
|
@ -11,7 +11,8 @@
|
||||||
register: out
|
register: out
|
||||||
|
|
||||||
- assert:
|
- 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:
|
- stat:
|
||||||
path: "{{out.result}}"
|
path: "{{out.result}}"
|
||||||
|
|
Loading…
Reference in New Issue