mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Merge pull request #13515 from john-westcott-iv/fix_awx_collection_project_module
Fixing awx_collection sanity testing
This commit is contained in:
@@ -388,7 +388,7 @@ def main():
|
|||||||
project_fields['organization'] = org_id
|
project_fields['organization'] = org_id
|
||||||
|
|
||||||
if scm_type == '' and local_path is not None:
|
if scm_type == '' and local_path is not None:
|
||||||
project_fields['local_path'] = local_path
|
project_fields['local_path'] = local_path
|
||||||
|
|
||||||
if scm_update_cache_timeout not in (0, None) and scm_update_on_launch is not True:
|
if scm_update_cache_timeout not in (0, None) and scm_update_on_launch is not True:
|
||||||
module.warn('scm_update_cache_timeout will be ignored since scm_update_on_launch was not set to true')
|
module.warn('scm_update_cache_timeout will be ignored since scm_update_on_launch was not set to true')
|
||||||
|
|||||||
Reference in New Issue
Block a user