Refactor inventory paths in Ansible actions

This commit is contained in:
2024-10-06 01:53:30 +02:00
parent cae03aa746
commit b753b76e10
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
env:
ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }}
run: |
ansible -i ansible/inventory/hosts -u ${{ secrets.ANSIBLE_USER }} -m ping all
ansible -i inventory/hosts -u ${{ secrets.ANSIBLE_USER }} -m ping all
- name: Test kubectl get nodes
run: |