mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
Update documentation for modules, add deprecation warning for role, send and receive modules
Update variables in tower_inventory to be in dict format
This commit is contained in:
@@ -33,9 +33,11 @@ options:
|
||||
- To use when changing a team's name.
|
||||
required: False
|
||||
type: str
|
||||
version_added: "3.7"
|
||||
description:
|
||||
description:
|
||||
- The description to use for the team.
|
||||
required: False
|
||||
type: str
|
||||
organization:
|
||||
description:
|
||||
@@ -53,6 +55,7 @@ options:
|
||||
- The Tower OAuth token to use.
|
||||
required: False
|
||||
type: str
|
||||
version_added: "3.7"
|
||||
extends_documentation_fragment: awx.awx.auth
|
||||
'''
|
||||
|
||||
@@ -75,7 +78,7 @@ def main():
|
||||
argument_spec = dict(
|
||||
name=dict(required=True),
|
||||
new_name=dict(required=False),
|
||||
description=dict(),
|
||||
description=dict(required=False),
|
||||
organization=dict(required=True),
|
||||
state=dict(choices=['present', 'absent'], default='present'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user