Merge "Symlink python3 to python for gerrit image build"

This commit is contained in:
Zuul 2021-05-25 06:09:01 +00:00 committed by Gerrit Code Review
commit 28094f7300

View File

@ -15,6 +15,16 @@
- unzip
state: present
# Until Gerrit 3.5 we need to work around scripts looking for bare
# python instead of python3.
# https://gerrit-review.googlesource.com/c/gerrit/+/298903
- name: Install python symlink
become: true
ansible.builtin.file:
src: /usr/bin/python3
dest: /usr/bin/python
state: link
- name: Move common plugin repos into gerrit tree
command: "mv -f {{ item }} ../gerrit/plugins"
args: