test: use relative role path

This commit is contained in:
Lars Karlitski 2017-10-02 21:44:17 +02:00
parent 8e22918694
commit 7b3a8bee22

View file

@ -3,11 +3,11 @@
name: execute python unit tests
tasks:
- copy:
src: /role/library/network_connections.py
src: ../library/network_connections.py
dest: /tmp/test-unit-1/
- copy:
src: /role/library/test_network_connections.py
src: ../library/test_network_connections.py
dest: /tmp/test-unit-1/