Skip to content
Snippets Groups Projects
Commit c8bc97a0 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: install Python 3 package"

parents f15d5d50 73b6a66f
No related branches found
No related tags found
No related merge requests found
...@@ -180,6 +180,12 @@ ...@@ -180,6 +180,12 @@
- all - all
delegate_to: "{{ item }}" delegate_to: "{{ item }}"
- name: Install Python 3 package for Kolla
package:
name: python3
when:
need_build_image
# NOTE(mgoddard): We are using the script module here and later to ensure # NOTE(mgoddard): We are using the script module here and later to ensure
# we use the local copy of these scripts, rather than the one on the remote # we use the local copy of these scripts, rather than the one on the remote
# host, which could be checked out to a previous release (in an upgrade # host, which could be checked out to a previous release (in an upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment