More repo rename playbook fixes

These fixes were either missed by the omnibus or introduced by new
changes since the big opendev migration.

Change-Id: I58e2b2c93567b47b161fdbbf143ff58738a577b8
This commit is contained in:
Clark Boylan 2019-05-31 09:07:26 -07:00
parent 48945cabc2
commit 3f1d5ccdde
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
newproj: "{{ repo.new.split('/')[1] }}"
- name: "Make new gitea org"
include_tasks: roles/gitea-git-repos/tasks/setup-org.yaml
var:
vars:
org: "{{ neworg }}"
- name: "Get repo {{ oldorg }}/{{ oldproj }}"
uri:

View File

@ -38,6 +38,7 @@
vars:
gitea_url: https://localhost:3000
tasks:
- include_vars: "{{ repolist }}"
- name: Get a CSRF token
uri:
url: "{{ gitea_url }}/"