1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Fix tailscale tab completion (mkdir -p /etc/bash_completion.d)

This commit is contained in:
A Holt 2024-10-28 14:33:41 -04:00 committed by GitHub
parent 763fe075ac
commit 0616e1c097
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
update_cache: yes update_cache: yes
- name: Set up tab completion for 'tailscale' at the command-line - 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')" - name: "Install ssh public keys for remote support (only runs if 'tailscale_install: True')"
lineinfile: lineinfile: