mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07: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:
parent
c081bb6c9c
commit
f9589d78a8
102 changed files with 220 additions and 10 deletions
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue