issue #199: fix readonly_homedir test.

pull/244/head
David Wilson 7 years ago
parent f98279fc95
commit b20174729d

@ -14,8 +14,7 @@
vars:
ansible_become_pass: readonly_homedir_password
- debug: msg={{out}}
- name: Verify system temp directory was used.
assert:
that:
- out.argv[0].startswith("/tmp/ansible_mitogen_")
- out.__file__.startswith("/tmp/ansible_mitogen_")

Loading…
Cancel
Save