version_added: '2.10' for post branch commits (#61678)
Due to bot automerge a few PRs were merged before version_added had been updated. https://github.com/ansible/ansible/pull/61674
This commit is contained in:
parent
47b9c5bf04
commit
763fa4e85f
4 changed files with 4 additions and 4 deletions
|
@ -527,7 +527,7 @@ options:
|
|||
- Configuration for controlling how IPs are allocated in the cluster.
|
||||
required: false
|
||||
type: dict
|
||||
version_added: 2.9
|
||||
version_added: '2.10'
|
||||
suboptions:
|
||||
enabled:
|
||||
description:
|
||||
|
|
|
@ -81,7 +81,7 @@ options:
|
|||
description:
|
||||
- 'A "tag" for the specific port to be passed via metadata.
|
||||
Eg: tag: test_tag'
|
||||
version_added: "2.9"
|
||||
version_added: '2.10'
|
||||
auto_ip:
|
||||
description:
|
||||
- Ensure instance has public ip however the cloud wants to do that
|
||||
|
|
|
@ -65,7 +65,7 @@ options:
|
|||
K will mean 1000
|
||||
M will mean 1000000
|
||||
To clear an existing IOPs setting use 0 (zero)
|
||||
version_added: '2.9'
|
||||
version_added: '2.10'
|
||||
type: str
|
||||
extends_documentation_fragment:
|
||||
- purestorage.fa
|
||||
|
|
|
@ -36,7 +36,7 @@ options:
|
|||
description:
|
||||
- Number of seconds to sleep between checks.
|
||||
default: 5
|
||||
version_added: "2.9"
|
||||
version_added: '2.10'
|
||||
memory:
|
||||
description:
|
||||
- The amount of memory to be requested by virtual machine.
|
||||
|
|
Loading…
Reference in a new issue