diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-11-24 12:13:07 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-03 09:20:34 +0100 |
commit | 2c2e6758162e20e7828a5c6c9a5840c7026a350d (patch) | |
tree | 398db3a8b4783bde0c4cb4668da8e01c1cc4bbd8 | |
parent | 59e540b34eaf0f8e89d1b81dc7a1b5be956e8379 (diff) |
[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 <b.grzybowski@partner.samsung.com>
-rw-r--r-- | ansible/infrastructure.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |