mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add version_added for all new features (#214)
* Add version_added: 1.0.0 for all new features added before pre-ansible-base. * Add version_added: 1.0.0 for all new features. * Next release will be 0.2.0 * Fix error. * Remove unnecessary warnings.
This commit is contained in:
@@ -108,6 +108,7 @@ options:
|
||||
description:
|
||||
- Query JIRA in JQL Syntax, e.g. 'CMDB Hostname'='test.example.com'.
|
||||
type: str
|
||||
version_added: '0.2.0'
|
||||
|
||||
maxresults:
|
||||
required: false
|
||||
@@ -115,6 +116,7 @@ options:
|
||||
- Limit the result of I(operation=search). If no value is specified, the default jira limit will be used.
|
||||
- Used when I(operation=search) only, ignored otherwise.
|
||||
type: int
|
||||
version_added: '0.2.0'
|
||||
|
||||
timeout:
|
||||
required: false
|
||||
|
||||
@@ -50,6 +50,24 @@ options:
|
||||
- Sets the ACL policy content.
|
||||
- ACL policy content is a YAML object as described in http://rundeck.org/docs/man5/aclpolicy.html.
|
||||
- It can be a YAML string or a pure Ansible inventory YAML object.
|
||||
client_cert:
|
||||
version_added: '0.2.0'
|
||||
client_key:
|
||||
version_added: '0.2.0'
|
||||
force:
|
||||
version_added: '0.2.0'
|
||||
force_basic_auth:
|
||||
version_added: '0.2.0'
|
||||
http_agent:
|
||||
version_added: '0.2.0'
|
||||
url_password:
|
||||
version_added: '0.2.0'
|
||||
url_username:
|
||||
version_added: '0.2.0'
|
||||
use_proxy:
|
||||
version_added: '0.2.0'
|
||||
validate_certs:
|
||||
version_added: '0.2.0'
|
||||
extends_documentation_fragment: url
|
||||
'''
|
||||
|
||||
|
||||
@@ -43,6 +43,24 @@ options:
|
||||
description:
|
||||
- Sets the token to authenticate against Rundeck API.
|
||||
required: True
|
||||
client_cert:
|
||||
version_added: '0.2.0'
|
||||
client_key:
|
||||
version_added: '0.2.0'
|
||||
force:
|
||||
version_added: '0.2.0'
|
||||
force_basic_auth:
|
||||
version_added: '0.2.0'
|
||||
http_agent:
|
||||
version_added: '0.2.0'
|
||||
url_password:
|
||||
version_added: '0.2.0'
|
||||
url_username:
|
||||
version_added: '0.2.0'
|
||||
use_proxy:
|
||||
version_added: '0.2.0'
|
||||
validate_certs:
|
||||
version_added: '0.2.0'
|
||||
extends_documentation_fragment: url
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user