summaryrefslogtreecommitdiffstats
path: root/ansible_collections/lowlydba/sqlserver/plugins/modules/database.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:22 +0000
commit38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch)
tree356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/lowlydba/sqlserver/plugins/modules/database.py
parentAdding upstream version 7.7.0+dfsg. (diff)
downloadansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz
ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/lowlydba/sqlserver/plugins/modules/database.py')
-rw-r--r--ansible_collections/lowlydba/sqlserver/plugins/modules/database.py7
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