From 2b664d6958d196232dd29590ae12b655c12d19fb Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Thu, 11 Feb 2021 12:28:55 -0600 Subject: [PATCH] add default --- awx_collection/plugins/modules/tower_inventory_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_inventory_source.py b/awx_collection/plugins/modules/tower_inventory_source.py index dca97133e6..9f98fb3135 100644 --- a/awx_collection/plugins/modules/tower_inventory_source.py +++ b/awx_collection/plugins/modules/tower_inventory_source.py @@ -166,7 +166,7 @@ def main(): # source=dict(choices=["scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", - "openstack", "rhv", "tower", "custom"], required=True), + "openstack", "rhv", "tower", "custom"], required=True, default='scm'), source_path=dict(), source_script=dict(), source_vars=dict(type='dict'),