From 3d1a24bda5f08b10ef6fd41ef7b3d8a42247c9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 4 Sep 2018 11:46:12 +0200 Subject: [PATCH] add the missing ansible config --- 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..fc43e98 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +jinja2_extensions = jinja2.ext.do