mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix version_added.
This commit is contained in:
parent
12c0220c59
commit
62d519de10
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
version_added: 4.3.0
|
version_added: 4.4.0
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- Victor Carceler (@vcarceler) <vcarceler@iespuigcastellar.xeill.net>
|
- Victor Carceler (@vcarceler) <vcarceler@iespuigcastellar.xeill.net>
|
||||||
|
@ -137,6 +137,7 @@ options_changed:
|
||||||
description: The list of options set/changed in format C(snap:key=value).
|
description: The list of options set/changed in format C(snap:key=value).
|
||||||
type: list
|
type: list
|
||||||
returned: When any options have been changed/set
|
returned: When any options have been changed/set
|
||||||
|
version_added: 4.4.0
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in a new issue