mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
doc style adjustments: modules [no]* (#10443)
* doc style adjustments: modules n* * doc style adjustments: modules o* * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f1f7d9b038
commit
6d67546902
36 changed files with 252 additions and 229 deletions
|
|
@ -25,8 +25,8 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Indicates the desired state for the FCoE Network resource.
|
||||
- V(present) will ensure data properties are compliant with OneView.
|
||||
- V(absent) will remove the resource from OneView, if it exists.
|
||||
- V(present) ensures data properties are compliant with OneView.
|
||||
- V(absent) removes the resource from OneView, if it exists.
|
||||
type: str
|
||||
default: present
|
||||
choices: ['present', 'absent']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue