This commit is contained in:
@@ -14,11 +14,11 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
#uses: actions/setup-python@v4
|
#uses: actions/setup-python@v4
|
||||||
run: |
|
run: |
|
||||||
apt -y install python3
|
apt -y install python3 python3-pip
|
||||||
|
|
||||||
- name: Install Ansible
|
- name: Install Ansible
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install ansible
|
pip install ansible
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user