From e5af6c2dff56c410f32ca74a7e72e009af78742b Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 14 Jan 2016 17:29:39 -0800 Subject: [PATCH] specify ansible library dir `./library` is included by default. In Ansible pre-2.0 it would go through recursively so being this explicit was not necessary. --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..5fc411f --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +library = ./library/ansible-aur