From 0e64c72f2bfae7dc8089edfb2a8319a61de58749 Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Wed, 26 May 2021 16:08:18 +0300 Subject: [PATCH] centos --- tasks/centos/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/centos/main.yml b/tasks/centos/main.yml index 7367dba..db779db 100644 --- a/tasks/centos/main.yml +++ b/tasks/centos/main.yml @@ -5,3 +5,4 @@ name: epel-release state: present update_cache: yes + when: apply_epel is defined and apply_epel -- GitLab