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:
- name: Install Ansible-Lint
run: |
sudo apt install -y ansible-lint
apt install -y ansible-lint
- name: Checkout
uses: actions/checkout@v3
with: