From 8fc34acd485dbbf06200a666e06833a1d2a4872a Mon Sep 17 00:00:00 2001 From: micafer Date: Tue, 30 Apr 2019 16:14:43 +0200 Subject: [PATCH] Update ansible version --- contextualization/conf-ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contextualization/conf-ansible.yml b/contextualization/conf-ansible.yml index 49cd23db2..50157d007 100644 --- a/contextualization/conf-ansible.yml +++ b/contextualization/conf-ansible.yml @@ -5,7 +5,7 @@ gather_facts: false vars: # Ansible specific Version or "latest" - ANSIBLE_VERSION: 2.6.11 + ANSIBLE_VERSION: 2.6.15 tasks: # Some OSs does not have python by default - name: Check Python is installed