This commit is contained in:
5
.github/workflows/update-pis.yml
vendored
5
.github/workflows/update-pis.yml
vendored
@@ -17,11 +17,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y ansible
|
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:
|
||||||
playbook: update-pis.yml
|
playbook: playbooks/update-pis.yml
|
||||||
directory: playbooks
|
|
||||||
options: |
|
options: |
|
||||||
--inventory inventory
|
--inventory inventory
|
||||||
Reference in New Issue
Block a user