Skip to content

Commit

Permalink
Fix quote of tailscale args
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto authored and artis3n committed May 18, 2022
1 parent eedaee3 commit 7f17aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

- name: Install | Bring Tailscale Up
become: true
ansible.builtin.command: tailscale up {{ tailscale_up_args | trim | quote }}
ansible.builtin.command: tailscale up {{ tailscale_up_args | trim }}
# Since the auth key is included in this task's output, we do not want to log output
no_log: "{{ not (insecurely_log_authkey | bool) }}"
register: tailscale_start
Expand Down

0 comments on commit 7f17aef

Please sign in to comment.