summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/plugins/modules/odbc.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/general/plugins/modules/odbc.py')
-rw-r--r--ansible_collections/community/general/plugins/modules/odbc.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible_collections/community/general/plugins/modules/odbc.py b/ansible_collections/community/general/plugins/modules/odbc.py
index fbc4b63ae..bc2e89656 100644
--- a/ansible_collections/community/general/plugins/modules/odbc.py
+++ b/ansible_collections/community/general/plugins/modules/odbc.py
@@ -43,12 +43,11 @@ options:
description:
- Perform a commit after the execution of the SQL query.
- Some databases allow a commit after a select whereas others raise an exception.
- - Default is C(true) to support legacy module behavior.
+ - Default is V(true) to support legacy module behavior.
type: bool
default: true
version_added: 1.3.0
requirements:
- - "python >= 2.6"
- "pyodbc"
notes: