Fix Previous Commit
Some checks failed
Ansible Lint / build (push) Failing after 2s

This commit is contained in:
Benjamin Hays 2024-10-07 19:14:26 -04:00
parent 6b2f9d0082
commit 1874f87f07

View File

@ -7,7 +7,7 @@ jobs:
steps: steps:
- name: Install Ansible-Lint - name: Install Ansible-Lint
run: | run: |
sudo apt install -y ansible-lint apt install -y ansible-lint
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: