Merge "Symlink python3 to python for gerrit image build"
This commit is contained in:
commit
28094f7300
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user