mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -199,12 +199,12 @@ actions:
|
|||
type:
|
||||
description: The action type
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: forward
|
||||
pool:
|
||||
description: Pool for forward to
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: foo-pool
|
||||
sample: hash/dictionary of values
|
||||
conditions:
|
||||
|
@ -215,7 +215,7 @@ conditions:
|
|||
type:
|
||||
description: The condition type.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: http_uri
|
||||
path_begins_with_any:
|
||||
description: List of strings that the URI begins with.
|
||||
|
@ -226,7 +226,7 @@ conditions:
|
|||
description:
|
||||
description: The new description of the rule.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: My rule
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue