1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-21 11:19:00 +00:00

Adjust deprecation versions.

This commit is contained in:
Felix Fontein 2020-06-13 16:51:18 +02:00
parent f9589d78a8
commit 7bb008a964
136 changed files with 549 additions and 678 deletions

View file

@ -231,7 +231,8 @@ def main():
supports_check_mode=True,
)
if module._name in ('jenkins_job_facts', 'community.general.jenkins_job_facts'):
module.deprecate("The 'jenkins_job_facts' module has been renamed to 'jenkins_job_info'", version='2.13')
module.deprecate("The 'jenkins_job_facts' module has been renamed to 'jenkins_job_info'",
version='3.0.0', collection_name='community.general') # was Ansible 2.13
test_dependencies(module)
jobs = list()

View file

@ -12,7 +12,7 @@ DOCUMENTATION = '''
---
module: nginx_status_facts
deprecated:
removed_in: '2.13'
removed_in: 3.0.0 # was Ansible 2.13
why: Deprecated in favour of C(_info) module.
alternative: Use M(nginx_status_info) instead.
short_description: Retrieve nginx status facts.