mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
Adjust booleans in misc modules. (#5160)
This commit is contained in:
parent
7533f9ac26
commit
403c4f7477
27 changed files with 110 additions and 110 deletions
|
@ -35,7 +35,7 @@ options:
|
|||
description:
|
||||
- Whether the user should be in the admin role or not.
|
||||
- Since version 2.8, the role will also be updated.
|
||||
default: no
|
||||
default: false
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
|
@ -73,7 +73,7 @@ EXAMPLES = r'''
|
|||
community.general.influxdb_user:
|
||||
user_name: john
|
||||
user_password: s3cr3t
|
||||
admin: yes
|
||||
admin: true
|
||||
hostname: "{{ influxdb_hostname }}"
|
||||
login_username: "{{ influxdb_username }}"
|
||||
login_password: "{{ influxdb_password }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue