CI: use become to install python3

Commit 73b6a66fd4 added installation of
Python 3 package. But without root permissions it fails.

Change-Id: I65ca794955a1b1419853bf63be36cb0d1f2d2345
This commit is contained in:
Marcin Juszkiewicz 2019-11-07 14:43:12 +01:00
parent c8bc97a042
commit 16ff0ae139
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@
name: python3
when:
need_build_image
become: true
# 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