mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
Remove 'custom' as a source option from inventory_source module
This commit is contained in:
@@ -42,7 +42,7 @@ options:
|
|||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- The source to use for this group.
|
- The source to use for this group.
|
||||||
choices: [ "scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "tower", "custom" ]
|
choices: [ "scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "tower" ]
|
||||||
type: str
|
type: str
|
||||||
source_path:
|
source_path:
|
||||||
description:
|
description:
|
||||||
@@ -158,7 +158,7 @@ def main():
|
|||||||
#
|
#
|
||||||
# How do we handle manual and file? Tower does not seem to be able to activate them
|
# How do we handle manual and file? Tower does not seem to be able to activate them
|
||||||
#
|
#
|
||||||
source=dict(choices=["scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "tower", "custom"]),
|
source=dict(choices=["scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "tower"]),
|
||||||
source_path=dict(),
|
source_path=dict(),
|
||||||
source_vars=dict(type='dict'),
|
source_vars=dict(type='dict'),
|
||||||
enabled_var=dict(),
|
enabled_var=dict(),
|
||||||
|
|||||||
Reference in New Issue
Block a user