lowlydba / lowlydba.sqlserver

:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
https://galaxy.ansible.com/ui/repo/published/lowlydba/sqlserver
GNU General Public License v3.0
19 stars 12 forks source link

[Bug] Documentation for lowlydba.sqlserver.sa module has incorrect parameter #188

Closed OsirisDBA closed 1 year ago

OsirisDBA commented 1 year ago

The current version (lowlydba.sqlserver 1.3.1) of the documentation available for the sa module contains an error in the examples section

- name: Disable sa login
  lowlydba.sqlserver.sa:
    sql_instance: sql-01.myco.io
    disable: true

Should become

- name: Disable sa login
  lowlydba.sqlserver.sa:
    sql_instance: sql-01.myco.io
    enable: false