From 56bfffc2a7b5ef44bf5a8db89a1624389025a0f2 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 6 Sep 2018 14:49:25 +0000 Subject: [PATCH] always install latest ansible version --- tasks/setup_Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup_Debian.yml b/tasks/setup_Debian.yml index 79ac097..63a39a8 100644 --- a/tasks/setup_Debian.yml +++ b/tasks/setup_Debian.yml @@ -30,4 +30,4 @@ - name: install ansible via pip pip: name: ansible - version: 2.4.3 + state: latest