From 2c2e6758162e20e7828a5c6c9a5840c7026a350d Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 24 Nov 2021 12:13:07 +0100 Subject: [PATCH] [ANSIBLE] Include chartmuseum role unconditionally Helm v3 is now the default so dropping the conditional inclusion of chartmuseum role Change-Id: I78fa4a1438b49de40e16ebeb79276d74b9ecc5a6 Issue-ID: OOM-2883 Signed-off-by: Bartek Grzybowski --- ansible/infrastructure.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml index 27d9d76a..f6c7ae9d 100644 --- a/ansible/infrastructure.yml +++ b/ansible/infrastructure.yml @@ -17,7 +17,6 @@ - chrony - nexus - role: chartmuseum - when: helm_version | regex_search("^v3" ) - name: Setup base for Kubernetes nodes hosts: kubernetes:!infrastructure -- 2.16.6