173118e471
As part of OpenDev rename, a lot of links were changed. A couple of URLs point to old locations, update them. This list was done while grepping for "openstack-infra" and fixing locations that are wrong. Change-Id: I313d76284bb549f1b2c636ce17fa662c233c0af9
19 lines
479 B
YAML
19 lines
479 B
YAML
- hosts: "localhost:!disabled"
|
|
name: "sync-gitea-projects: Collect the project-config ref"
|
|
strategy: free
|
|
connection: local
|
|
tasks:
|
|
- name: Clone project-config repo
|
|
git:
|
|
repo: https://opendev.org/openstack/project-config
|
|
dest: /opt/project-config
|
|
force: yes
|
|
|
|
- hosts: "gitea:!disabled"
|
|
name: "Create repos on gitea servers"
|
|
strategy: free
|
|
max_fail_percentage: 1
|
|
roles:
|
|
- role: gitea-git-repos
|
|
gitea_always_update: true
|