Skip to content

Commit a85ecf0

Browse files
committed
Update test.
1 parent 484c627 commit a85ecf0

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
@@ -20,7 +20,7 @@ install:
2020
- pip install ansible
2121

2222
# Add ansible.cfg to pick up roles path.
23-
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
23+
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
2424

2525
script:
2626
# Check the role/playbook's syntax.

0 commit comments

Comments
 (0)