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:
commit
d13110d2f3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue