1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Merge pull request #3838 from holta/tailscale-tab-completion-fix

Fix tailscale tab completion, when /etc/bash_completion.d does not yet exist
This commit is contained in:
A Holt 2024-10-28 12:47:28 -06:00 committed by GitHub
commit d13110d2f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
update_cache: yes
- name: Set up tab completion for 'tailscale' at the command-line
shell: tailscale completion bash > /etc/bash_completion.d/tailscale
shell: mkdir -p /etc/bash_completion.d && tailscale completion bash > /etc/bash_completion.d/tailscale
- name: "Install ssh public keys for remote support (only runs if 'tailscale_install: True')"
lineinfile: