Adjust booleans in net tools, web infrastructure, and clustering modules. (#5159) (#5173)

(cherry picked from commit 7533f9ac26)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-24 20:22:02 +02:00 committed by GitHub
commit eb1f0c28a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 72 additions and 72 deletions

View file

@ -54,10 +54,10 @@ options:
create:
required: false
type: bool
default: "yes"
default: true
description:
- Used with C(state=present). If specified, the file will be created
if it does not already exist. If set to "no", will fail if the
if it does not already exist. If set to C(false), will fail if the
file does not exist
notes:
- "This module depends on the I(passlib) Python library, which needs to be installed on all target systems."