From: Bartek Grzybowski Date: Wed, 24 Nov 2021 11:13:07 +0000 (+0100) Subject: [ANSIBLE] Include chartmuseum role unconditionally X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9fc7e873306af93264e54f8fbc6378d3b17cbdf0;p=oom%2Foffline-installer.git [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 --- 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