Skip to content

Commit

Permalink
Remove extra underscore from variable name (#344)
Browse files Browse the repository at this point in the history
Co-authored-by: Ari Kalfus <[email protected]>
  • Loading branch information
jonvmey and artis3n authored May 31, 2023
1 parent c60191a commit bc0d563
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 @@ -103,7 +103,7 @@

- name: Install | Report non-sensitive stdout from "tailscale up" # noqa: no-handler
ansible.builtin.debug:
msg: "{{ tailscale_start.stdout | replace(tailscale_auth_key, 'REDACTED') | regex_replace('\\t', '') | split('\n') }}"
msg: "{{ tailscale_start.stdout | replace(tailscale_authkey, 'REDACTED') | regex_replace('\\t', '') | split('\n') }}"
when:
- tailscale_start is failed
- tailscale_start.stdout | length > 0
Expand Down

0 comments on commit bc0d563

Please sign in to comment.