Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
tisoft committed Dec 1, 2023
1 parent bc23d75 commit 65cfea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/verify_password.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__s_arg: >-
{{ (__ipaddress or __tcpport) | ternary('-S', '') }}
__ipaddress_arg: >-
{{ __ipaddress if __ipaddress else 'localhost' if __tcpport else '' }}
{{ __ipaddress if __ipaddress else '127.0.0.1' if __tcpport else '' }}
set_fact:
__mssql_sqlcmd_login_cmd: >-
/opt/mssql-tools/bin/sqlcmd
Expand Down

0 comments on commit 65cfea5

Please sign in to comment.