We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdaf84 commit cb797e8Copy full SHA for cb797e8
.github/workflows/main.yaml
@@ -92,6 +92,6 @@ jobs:
92
- name: Starting ansible
93
run: |
94
pwd
95
- ls ./
96
cd ansible/
97
+ ls ./
+ ansible all -i inventory/hosts -m ping
0 commit comments