mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adjust booleans in misc modules. (#5160)
This commit is contained in:
@@ -57,7 +57,7 @@ options:
|
||||
- Automatically commit the change only if the import succeed. Sometimes it is necessary to use autocommit=true, since some content can't be changed
|
||||
within a transaction.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
notes:
|
||||
- Requires the pymssql Python package on the remote host. For Ubuntu, this
|
||||
is as easy as pip install pymssql (See M(ansible.builtin.pip).)
|
||||
|
||||
Reference in New Issue
Block a user