diff options
Diffstat (limited to 'ansible_collections/lowlydba/sqlserver/plugins/modules/database.py')
-rw-r--r-- | ansible_collections/lowlydba/sqlserver/plugins/modules/database.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible_collections/lowlydba/sqlserver/plugins/modules/database.py b/ansible_collections/lowlydba/sqlserver/plugins/modules/database.py index 97551c718..d1d8cd91d 100644 --- a/ansible_collections/lowlydba/sqlserver/plugins/modules/database.py +++ b/ansible_collections/lowlydba/sqlserver/plugins/modules/database.py @@ -61,6 +61,13 @@ options: - Whether or not to enable Read Committed Snapshot Isolation. required: false type: bool + only_accessible: + description: + - Whether or not to enable Read Committed Snapshot Isolation. + default: true + required: false + type: bool + version_added: '2.2.0' author: "John McCall (@lowlydba)" requirements: - L(dbatools,https://www.powershellgallery.com/packages/dbatools/) PowerShell module |