1
0
Fork 0
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:
Felix Fontein 2022-01-24 06:41:41 +01:00
parent 12c0220c59
commit 62d519de10

View file

@ -55,7 +55,7 @@ options:
required: false
type: list
elements: str
version_added: 4.3.0
version_added: 4.4.0
author:
- 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).
type: list
returned: When any options have been changed/set
version_added: 4.4.0
'''
import re