Skip to content

Commit

Permalink
feat(ansible*): add fallback 3rd party completion loader
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 17, 2023
1 parent 76a5f1a commit 5f8384e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
/alpine
/alternatives
/animate
/_ansible
/_ansible-config
/_ansible-console
/_ansible-doc
/_ansible-galaxy
/_ansible-inventory
/_ansible-playbook
/_ansible-pull
/_ansible-vault
/apropos
/aptitude-curses
/_arduino-cli
Expand Down
19 changes: 19 additions & 0 deletions completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,15 @@ CLEANFILES = \
alpine \
alternatives \
animate \
_ansible \
_ansible-config \
_ansible-console \
_ansible-doc \
_ansible-galaxy \
_ansible-inventory \
_ansible-playbook \
_ansible-pull \
_ansible-vault \
apropos \
aptitude-curses \
_arduino-cli \
Expand Down Expand Up @@ -1069,6 +1078,16 @@ symlinks: $(DATA)
gmplayer kplayer mencoder mplayer2
$(ss) mutt \
muttng neomutt
$(ss) _nox \
_ansible \
_ansible-config \
_ansible-console \
_ansible-doc \
_ansible-galaxy \
_ansible-inventory \
_ansible-playbook \
_ansible-pull \
_ansible-vault
$(ss) nslookup \
host
$(ss) p4 \
Expand Down

0 comments on commit 5f8384e

Please sign in to comment.