Skip to content

Commit 65a7726

Browse files
committed
add changelog, version_added
1 parent 0590751 commit 65a7726

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
minor_changes:
2+
- cs_instance - The optional arguments ``pod`` and ``cluster`` has been added.

plugins/modules/cs_instance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,14 @@
141141
- Only considered when I(state=started) or instance is running.
142142
- Requires root admin privileges.
143143
type: str
144+
version_added: 2.3.0
144145
pod:
145146
description:
146147
- Pod on which an instance should be deployed or started on.
147148
- Only considered when I(state=started) or instance is running.
148149
- Requires root admin privileges.
149150
type: str
151+
version_added: 2.3.0
150152
domain:
151153
description:
152154
- Domain the instance is related to.

0 commit comments

Comments
 (0)