mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
removed unnecessary version_added values (#40773)
This commit is contained in:
committed by
Yunge Zhu
parent
f57d1013ea
commit
bf5cd98a2b
@@ -72,7 +72,6 @@ options:
|
||||
description:
|
||||
- Create mode of SQL Server
|
||||
default: Default
|
||||
version_added: 2.6
|
||||
state:
|
||||
description:
|
||||
- Assert the state of the PostgreSQL server. Use 'present' to create or update a server and 'absent' to delete it.
|
||||
@@ -80,7 +79,6 @@ options:
|
||||
choices:
|
||||
- present
|
||||
- absent
|
||||
version_added: 2.6
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
Reference in New Issue
Block a user