tests: fix clash when localhost is test-target

pull/372/head
David Wilson 6 years ago
parent 5bac246676
commit 72fa129f8a

@ -49,7 +49,7 @@
# #
- file: - file:
path: /tmp/weird-mode path: /tmp/weird-mode.out
state: absent state: absent
- name: Create local test file. - name: Create local test file.
@ -61,10 +61,10 @@
- copy: - copy:
src: "/tmp/weird-mode" src: "/tmp/weird-mode"
dest: "/tmp/weird-mode" dest: "/tmp/weird-mode.out"
- stat: - stat:
path: "/tmp/weird-mode" path: "/tmp/weird-mode.out"
register: out register: out
- assert: - assert:
that: that:

Loading…
Cancel
Save