Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan committed Feb 12, 2021
1 parent 2b664d6 commit d83771f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions awx_collection/plugins/modules/tower_inventory_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
- The source to use for this group.
choices: [ "scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "tower", "custom" ]
type: str
required: True
source_path:
description:
- For an SCM based inventory source, the source path points to the file within the repo to use as an inventory.
Expand Down Expand Up @@ -166,7 +165,7 @@ def main():
#
source=dict(choices=["scm", "ec2", "gce",
"azure_rm", "vmware", "satellite6",
"openstack", "rhv", "tower", "custom"], required=True, default='scm'),
"openstack", "rhv", "tower", "custom"]),
source_path=dict(),
source_script=dict(),
source_vars=dict(type='dict'),
Expand Down

0 comments on commit d83771f

Please sign in to comment.