Merge pull request #9284 from sean-m-sullivan/fix-awx_collection-docs

Fix awx collection docs

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-02-12 16:31:13 +00:00 committed by GitHub
commit 949c777546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ options:
new_name:
description:
- Setting this option will change the existing name (looked up via the name field.
required: True
type: str
credential:
description:

View File

@ -169,7 +169,7 @@ def test_falsy_value(run_module, admin_user, base_inventory):
result = run_module('tower_inventory_source', dict(
name='falsy-test',
inventory=base_inventory.name,
# source='ec2',
source='ec2',
update_on_launch=False
), admin_user)