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