mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
(cherry picked from commit 403c4f7477)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -56,8 +56,8 @@ EXAMPLES = r'''
|
||||
username: "{{influxdb_username}}"
|
||||
password: "{{influxdb_password}}"
|
||||
database_name: "{{influxdb_database_name}}"
|
||||
ssl: yes
|
||||
validate_certs: yes
|
||||
ssl: true
|
||||
validate_certs: true
|
||||
'''
|
||||
|
||||
RETURN = r'''
|
||||
|
||||
Reference in New Issue
Block a user