From 9e1c8172d46ffd70d474dfd419d2bee04b1955e6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Oct 2018 17:53:20 +0000 Subject: [PATCH] Do not use latest here. If we need to update it we update it on updates cycles or manually. --- roles/distgit/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 1247adaf04..5c3c676271 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -92,7 +92,7 @@ # -- Dist Git -------------------------------------------- # This is the Git setup itself: group, root directory, scripts,... - name: install dist-git - package: name={{item}} state=latest + package: name={{item}} state=present with_items: - dist-git - dist-git-selinux