mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cs_loadbalancer_rule_member: doc fixes (#2184)
This commit is contained in:
parent
3ecf8dc12b
commit
99bf53ea9a
1 changed files with 9 additions and 9 deletions
|
@ -50,7 +50,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Should the VMs be present or absent from the rule.
|
- Should the VMs be present or absent from the rule.
|
||||||
required: true
|
required: false
|
||||||
default: 'present'
|
default: 'present'
|
||||||
choices: [ 'present', 'absent' ]
|
choices: [ 'present', 'absent' ]
|
||||||
project:
|
project:
|
||||||
|
|
Loading…
Reference in a new issue