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:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Ansible
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y ansible
|
||||
|
||||
- name: Run Ansible
|
||||
uses: dawidd6/action-ansible-playbook@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user