Adjust booleans in misc modules. (#5160)

This commit is contained in:
Felix Fontein 2022-08-24 20:00:26 +02:00 committed by GitHub
commit 403c4f7477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 110 additions and 110 deletions

View file

@ -77,8 +77,8 @@ EXAMPLES = r'''
policy_name: test
duration: 1h
replication: 1
ssl: yes
validate_certs: yes
ssl: true
validate_certs: true
state: present
- name: Create 1 day retention policy with 1 hour shard group duration
@ -108,8 +108,8 @@ EXAMPLES = r'''
policy_name: test
duration: INF
replication: 1
ssl: no
validate_certs: no
ssl: false
validate_certs: false
shard_group_duration: 1w
state: present
@ -120,8 +120,8 @@ EXAMPLES = r'''
policy_name: test
duration: 5d1h30m
replication: 1
ssl: no
validate_certs: no
ssl: false
validate_certs: false
shard_group_duration: 1d10h30m
state: present