skyline-apiserver/playbooks/python-tarball/pre.yaml
zhu.boxiang 4b0fd453cc Fix: Add pre-run into job
Add pre-run into job to ensure pip3 and revoke sudo.

Change-Id: I7eb5431f7dc18bfcade5498c7af1a9364bad68bc
2021-10-09 17:26:48 +08:00

6 lines
124 B
YAML

- hosts: all
roles:
# We use ensure-pip to make sure the wheel module is installed
- ensure-pip
- revoke-sudo