diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3dcbe31..e862ba7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -28,7 +28,7 @@ jobs: - name: Setup checkout environment uses: actions/checkout@v3 -# TO RUN THIS CMD, YOU NEED INSTALLATION OF --> ansible and pfsensible module ON THE RUNNER +# TO RUN THIS COMMAND : YOU NEED INSTALLATION OF --> ansible and pfsensible module ON THE RUNNER - name: Run Ansible playbook run: | ansible-playbook -i inventory.yml playbook.yml \ No newline at end of file