From 645d2d852f1bdf5e68111a06fb9513a31682278c Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 15 Sep 2017 10:19:33 -0400 Subject: [PATCH] Update scan job migration to public project to use the correct URL --- awx/main/migrations/_scan_jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/migrations/_scan_jobs.py b/awx/main/migrations/_scan_jobs.py index b953ba7d68..4dfc7cf972 100644 --- a/awx/main/migrations/_scan_jobs.py +++ b/awx/main/migrations/_scan_jobs.py @@ -14,7 +14,7 @@ def _create_fact_scan_project(ContentType, Project, org): ct = ContentType.objects.get_for_model(Project) name = "Tower Fact Scan - {}".format(org.name if org else "No Organization") proj = Project(name=name, - scm_url='https://github.com/ansible/tower-fact-modules', + scm_url='https://github.com/ansible/awx-facts-playbooks', scm_type='git', scm_update_on_launch=True, scm_update_cache_timeout=86400,