From 2953c15bda57f671354dc0063503f324c0d5b3c9 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 17 Dec 2021 11:38:18 +0100 Subject: [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 --- ansible/cert_manager.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible') 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 -- cgit 1.2.3-korg