Minor fix in the action.yml file

This commit is contained in:
2024-09-30 22:34:05 +02:00
parent d6083225e2
commit 85459002d3
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -44,8 +44,10 @@ jobs:
ansible-user: ${{ secrets.ANSIBLE_USER }}
- name: Test ansible
env:
ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }}
run: |
ansible -m ping all
ansible -i ansible/inventory/hosts -u ${{ secrets.ANSIBLE_USER }} -m ping all
- name: Test kubectl get nodes
run: |