From: Bartek Grzybowski Date: Fri, 17 Dec 2021 10:38:18 +0000 (+0100) Subject: [ANSIBLE] Generate shell completion code for cmctl in 'cert_manager' playbook X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2953c15bda57f671354dc0063503f324c0d5b3c9;p=oom%2Foffline-installer.git [ANSIBLE] Generate shell completion code for cmctl in 'cert_manager' playbook Leverages 'bash-completion' role Change-Id: Ia404ee05e7268f713ae4a0f613db01e873259ee9 Issue-ID: OOM-2902 Signed-off-by: Bartek Grzybowski --- diff --git a/ansible/cert_manager.yml b/ansible/cert_manager.yml index 19588cd6..bf9d1221 100644 --- a/ansible/cert_manager.yml +++ b/ansible/cert_manager.yml @@ -3,3 +3,5 @@ hosts: infrastructure roles: - cert-manager + - role: bash-completion + completion_bin: cmctl