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
21 stars 12 forks source link

[Request] - Return bool for restart req on modules that may require a restart #120

Closed lowlydba closed 1 year ago

lowlydba commented 2 years ago

From https://github.com/lowlydba/lowlydba.sqlserver/pull/119

Enhancement recommendation (not this PR): the return data should include a boolean field on whether a restart is required, so that the restart can optionally be handled in subsequent Ansible tasks.