mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
(cherry picked from commit 7533f9ac26)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user