summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_ansible2
1 files changed, 1 insertions, 1 deletions
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' )
       ;|