Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 38af066

Browse files
author
Sebastian Gumprich
committed
Change role-path in travis-file
1 parent 99bcc43 commit 38af066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
install:
88
- pip install ansible
99
- echo -e 'localhost ansible_connection=local' > spec/inventory
10-
- echo -e '[defaults]\nroles_path = ./roles\nhostfile = ./spec/inventory' > ansible.cfg
10+
- echo -e '[defaults]\nroles_path = ../\nhostfile = ./spec/inventory' > ansible.cfg
1111

1212
script:
1313
- ansible-playbook --syntax-check spec/travis.yml

0 commit comments

Comments
 (0)