Remove unneeded inventory file

This commit is contained in:
Antony Messerli 2024-11-11 22:32:26 -06:00
parent c0fcda76b6
commit bb48e64ebb
4 changed files with 5 additions and 6 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Syntax Check
run: |
ansible-playbook -i inventory site.yml --syntax-check
ansible-playbook site.yml --syntax-check
- name: Ansible lint
run: |