summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-06-15 22:16:15 -0500
committerdana <dana@dana.is>2026-06-15 22:16:48 -0500
commit028e7c0e836af5ef82abb18a162e090691210a09 (patch)
tree8ab2804a0875a499eb70191f844308f46c20c984 /Completion/Unix/Command
parent54764: zerrmsg: handle null pointers with %s/%l (diff)
downloadzsh-028e7c0e836af5ef82abb18a162e090691210a09.tar
zsh-028e7c0e836af5ef82abb18a162e090691210a09.tar.gz
zsh-028e7c0e836af5ef82abb18a162e090691210a09.tar.bz2
zsh-028e7c0e836af5ef82abb18a162e090691210a09.tar.lz
zsh-028e7c0e836af5ef82abb18a162e090691210a09.tar.xz
zsh-028e7c0e836af5ef82abb18a162e090691210a09.tar.zst
zsh-028e7c0e836af5ef82abb18a162e090691210a09.zip
unposted: _ansible: remove duplicate option
reported on irc
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_ansible1
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ansible b/Completion/Unix/Command/_ansible
index b66f21523..d87bf49c2 100644
--- a/Completion/Unix/Command/_ansible
+++ b/Completion/Unix/Command/_ansible
@@ -143,7 +143,6 @@ case $service in
;;
ansible-playbook)
args+=(
- '--flush-cache[clear the fact cache for every host in inventory]'
'--force-handlers[run handlers even if a task fails]'
'--list-tags[list all available tags]'
'--list-tasks[list all tasks that would be executed]'