소스 검색

Added ansible.cfg which can be found by vagrant so galaxy roles should be found by ansible when doing vagrant up/provision

Till Klocke 9 년 전
부모
커밋
3cc0f37f0c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ansible.cfg

+ 2 - 0
ansible.cfg

@@ -0,0 +1,2 @@
+[defaults]
+roles_path=./roles:./galaxy-roles