Refactor inventory paths in Ansible actions
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user