diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index c375c7e..b4c7df4 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -83,13 +83,12 @@ jobs: # Ensure system is up for connections before continuing - - name: Check system is up and runnimn + - name: Check system is up and running working-directory: .github/workflows id: test_os run: >- ansible all -i hosts.yml -m wait_for -a "host='{{ (ansible_ssh_host|default(ansible_host) }}' port=22 delay=10" - # Run the ansible playbook - name: Run_Ansible_Playbook uses: arillso/action.playbook@master