mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Update scan job migration to public project to use the correct URL
This commit is contained in:
parent
436df168f0
commit
645d2d852f
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user