Fix previous previous commit
Some checks failed
Ansible Lint / build (push) Failing after 2s

This commit is contained in:
Benjamin Hays 2024-10-07 19:15:56 -04:00
parent 1874f87f07
commit 206b1d1509

View File

@ -7,7 +7,7 @@ jobs:
steps:
- name: Install Ansible-Lint
run: |
apt install -y ansible-lint
apt install -y python3-pip;pip3 install ansible-dev-tools
- name: Checkout
uses: actions/checkout@v3
with: