mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Comply with updated Ansible sanity test rules
This commit is contained in:
@@ -16,7 +16,6 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: tower_job_wait
|
||||
version_added: "2.3"
|
||||
author: "Wayne Witzel III (@wwitzel3)"
|
||||
short_description: Wait for Ansible Tower job to finish.
|
||||
description:
|
||||
@@ -141,7 +140,7 @@ def main():
|
||||
interval = abs((min_interval + max_interval) / 2)
|
||||
module.deprecate(
|
||||
msg="Min and max interval have been deprecated, please use interval instead; interval will be set to {0}".format(interval),
|
||||
version="3.7"
|
||||
version="ansible.tower:4.0.0"
|
||||
)
|
||||
|
||||
# Attempt to look up job based on the provided id
|
||||
|
||||
Reference in New Issue
Block a user