diff options
author | 2021-12-17 11:58:13 +0100 | |
---|---|---|
committer | 2021-12-17 11:58:13 +0100 | |
commit | 73a80b4d1f61a821f6530851fea395bc6ffecff8 (patch) | |
tree | b6472818e7cc4c73fe30d56f0dab0cb24c27680b | |
parent | 2953c15bda57f671354dc0063503f324c0d5b3c9 (diff) |
[ANSIBLE] Generate shell completion code for kubectl and helm
Rke.yml playbook leverages 'bash-completion' role
Change-Id: I1d09a3118f0b52ef274e4159666d9f1b0353783d
Issue-ID: OOM-2902
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r-- | ansible/rke.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/rke.yml b/ansible/rke.yml index ab6c0bb5..9cf79b81 100644 --- a/ansible/rke.yml +++ b/ansible/rke.yml @@ -30,4 +30,8 @@ vars: mode: deploy - kubectl + - role: bash-completion + completion_bin: kubectl - helm + - role: bash-completion + completion_bin: helm |