mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
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:
commit
949c777546
@ -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:
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user