From 5ee70a62c0df190257d4c0001ed062f8546a9dec 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(+) 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