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

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

View file

@ -37,13 +37,13 @@ options:
description:
- Force the change of the cluster state
type: bool
default: 'yes'
default: true
'''
EXAMPLES = '''
---
- name: Set cluster Online
hosts: localhost
gather_facts: no
gather_facts: false
tasks:
- name: Get cluster state
community.general.pacemaker_cluster: