From d83771f082dc6879bf2b3cedc264e05a7ce2a1d6 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Fri, 12 Feb 2021 08:35:27 -0600 Subject: [PATCH] revert changes --- awx_collection/plugins/modules/tower_inventory_source.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx_collection/plugins/modules/tower_inventory_source.py b/awx_collection/plugins/modules/tower_inventory_source.py index 9f98fb313508..5945d411d8a4 100644 --- a/awx_collection/plugins/modules/tower_inventory_source.py +++ b/awx_collection/plugins/modules/tower_inventory_source.py @@ -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. @@ -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'),