Fix playbooks/container-images/pre.yaml after OpenDev

The repository was moved as part of the OpenDev migration to a new
place, fix pre.yaml for new repo URL.

Change-Id: I0c20b843a5fd2d40ecf4bc366a14720e9512354a
This commit is contained in:
Andreas Jaeger 2019-04-21 19:24:43 +02:00
parent af565480e7
commit 2202ec699b
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
tasks:
- name: Install pbrx software
command: python3 -m pip install src/git.openstack.org/openstack/pbrx
command: python3 -m pip install src/opendev.org/x/pbrx
become: yes