fix: install roles on runner

This commit is contained in:
Ditmar Visser
2025-06-11 15:06:35 +00:00
parent 9e76a3716a
commit 7fd0247fcf
2 changed files with 8 additions and 4 deletions

View File

@@ -9,10 +9,10 @@
- name: docker
- name: requests
tasks:
- name: Ensure Python 3 and pip are installed
ansible.builtin.raw: |
sudo apt update && sudo apt install -y python3 python3-pip
changed_when: false
# - name: Ensure Python 3 and pip are installed
# ansible.builtin.raw: |
# sudo apt update && sudo apt install -y python3 python3-pip
# changed_when: false
# - name: Install 'six' module
# ansible.builtin.pip: