Trying Ansible actions
Some checks failed
Ansible Deploy / deploy (push) Failing after 4s

This commit is contained in:
2023-11-17 23:23:09 +02:00
parent c6e7e05eef
commit 1e3b7b9e94

View File

@@ -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