tests: fix test for vanilla Ansible.

pull/245/head
David Wilson 7 years ago
parent eb56a8f98d
commit 60781ecab6

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

Loading…
Cancel
Save