summaryrefslogtreecommitdiffstats
path: root/ansible_collections/lowlydba/sqlserver/plugins/modules/sa.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/lowlydba/sqlserver/plugins/modules/sa.py')
-rw-r--r--ansible_collections/lowlydba/sqlserver/plugins/modules/sa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible_collections/lowlydba/sqlserver/plugins/modules/sa.py b/ansible_collections/lowlydba/sqlserver/plugins/modules/sa.py
index 6aa45fe36..3406fa295 100644
--- a/ansible_collections/lowlydba/sqlserver/plugins/modules/sa.py
+++ b/ansible_collections/lowlydba/sqlserver/plugins/modules/sa.py
@@ -58,7 +58,7 @@ EXAMPLES = r'''
- name: Disable sa login
lowlydba.sqlserver.sa:
sql_instance: sql-01.myco.io
- disable: true
+ enabled: false
- name: Rename sa login
lowlydba.sqlserver.sa: