Skip to content

Commit

Permalink
print ansible version in pipeliines
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Mar 13, 2024
1 parent b0ce9ec commit 88752af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ok-to-test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: |
pip install -r tests/integration/requirements.txt
- name: Print ansible & python version and install dependent roles
run: |
ansible --version
ansible-galaxy collection install community.general
- name: Build and install the collection
run: |
Expand Down

0 comments on commit 88752af

Please sign in to comment.