mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 02:11:26 -07:00
(cherry picked from commit 7533f9ac26
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
41993d44e2
commit
eb1f0c28a9
20 changed files with 72 additions and 72 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue