mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Update scan job migration to public project to use the correct URL
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user