[ANSIBLE] Include chartmuseum role unconditionally 54/126054/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Wed, 24 Nov 2021 11:13:07 +0000 (12:13 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Fri, 3 Dec 2021 08:20:34 +0000 (09:20 +0100)
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 <b.grzybowski@partner.samsung.com>
ansible/infrastructure.yml

index 27d9d76..f6c7ae9 100644 (file)
@@ -17,7 +17,6 @@
     - chrony
     - nexus
     - role: chartmuseum
-      when: helm_version | regex_search("^v3" )
 
 - name: Setup base for Kubernetes nodes
   hosts: kubernetes:!infrastructure