Add wait ability to the module

This commit is contained in:
beeankha
2020-09-01 16:56:29 -04:00
parent 1ce5d7d539
commit b78dea3e4b
3 changed files with 32 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ options:
elements: str
organization:
description:
- Name of organization for project.
- Name of the inventory source's inventory's organization.
type: str
extends_documentation_fragment: awx.awx.auth
'''
@@ -173,9 +173,6 @@ def main():
enabled_value=dict(),
host_filter=dict(),
credential=dict(),
source_regions=dict(),
instance_filters=dict(),
group_by=dict(),
organization=dict(),
overwrite=dict(type='bool'),
overwrite_vars=dict(type='bool'),