workflows/use-setup-k3s-cluster.yml: set ansible_python3_interpreter

This commit is contained in:
Haitao Pan 2024-01-06 19:37:13 +08:00
parent 74e4bfd7fa
commit 579d807706

View File

@ -51,7 +51,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y python3-pip jq
python -m pip install --upgrade pip jinja2 hvac
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install ansible jinja2 hvac
ansible-galaxy collection install community.hashi_vault
- name: Set up Terraform