-
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! |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.