From 9fc7e873306af93264e54f8fbc6378d3b17cbdf0 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 24 Nov 2021 12:13:07 +0100 Subject: [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(-) (limited to 'ansible') 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 -- cgit