浏览代码

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