|
I get the following error when I try to use any lowlydba Ansible module. In this case instance_info This is what my task looks like. I've confirmed the values of the variables I'm passing as they work with other non-lowlydba tasks. I'm running Ansible on a Ubuntu server with the lowlydba.sqlserver collection, latest powershell, and dbatools installed. Any help would be appreciated! |
Answered by
lowlydba
Nov 29, 2022
Replies: 2 comments 11 replies
|
Which version of Ansible & the collection are you using? Are you running from WSL or on native Linux? And what version of DBATools |
3 replies
|
Are you attempting to get it to run on the localhost? Ansible doesn't natively support pwsh executions. You can see the workarounds we have in place to get the integration testing working locally if you need to mimic that setup. |
8 replies
Answer selected by
lowlydba
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you attempting to get it to run on the localhost? Ansible doesn't natively support pwsh executions. You can see the workarounds we have in place to get the integration testing working locally if you need to mimic that setup.