Update scan job migration to public project to use the correct URL

This commit is contained in:
Matthew Jones 2017-09-15 10:19:33 -04:00
parent 436df168f0
commit 645d2d852f
No known key found for this signature in database
GPG Key ID: 76A4C17A97590C1C

View File

@ -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,