diff options
author | 2021-11-24 12:13:07 +0100 | |
---|---|---|
committer | 2021-11-24 12:13:07 +0100 | |
commit | 9fc7e873306af93264e54f8fbc6378d3b17cbdf0 (patch) | |
tree | d7e3e7a17b1e6b393a5f8ff726e1fb18206d523e /ansible | |
parent | d04d8d7251b28ffe43d8ebf12c743c30ead904d0 (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>
Diffstat (limited to 'ansible')
-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 |