From 9c515a5a2f67e39b049d50e364ebfe17e536cc23 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 12 Nov 2021 22:00:10 +0100 Subject: unposted: fix case statement fall-through for ansible-galaxy role completion --- Completion/Unix/Command/_ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_ansible b/Completion/Unix/Command/_ansible index 6ec7d0c2e..785ae45d0 100644 --- a/Completion/Unix/Command/_ansible +++ b/Completion/Unix/Command/_ansible @@ -278,7 +278,7 @@ case $state in ;| role-(info|init|install|list|remove)) args+=( '*: :_guard "^-*" "role name"' ) - ;; + ;| role-(info|search|list|remove|install)) args+=( '(-p --roles-path)'{-p,--roles-path}'[specify location of roles]:path:_directories' ) ;| -- cgit 1.4.1