fix: install roles on runner
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user