wu.chunyang a74ea9794a CI: push images to quay.io
Change-Id: I7baf7391d2bc7f0f17f525792eff5c0c82e41b42
2024-12-10 10:29:04 +08:00

10 lines
254 B
YAML

- hosts: all
tasks:
- name: Install Python3 pip and setuptools
package:
name:
- python3-pip
- python3-setuptools
become: true
- name: Create virtualenv
command: python3 -m venv /tmp/trove-virtualenv