This commit is contained in:
7
.github/workflows/update-pis.yml
vendored
7
.github/workflows/update-pis.yml
vendored
@@ -11,6 +11,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Ansible
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y ansible
|
||||||
|
|
||||||
- name: Run Ansible
|
- name: Run Ansible
|
||||||
uses: dawidd6/action-ansible-playbook@v2
|
uses: dawidd6/action-ansible-playbook@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user