Skip to content

Commit

Permalink
CI test is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mperov authored Mar 27, 2024
1 parent ed07fe2 commit b2cff2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
python inventory.py -m table
python inventory.py -m user
python inventory.py yaml -t users
ansible-playbook playbook.yml --check -e HOST=localhost
ansible-playbook users_playbook.yml --check -e HOST=localhost
python inventory.py yaml -t groups
ansible-playbook playbook.yml --check -e HOST=localhost
ansible-playbook groups_playbook.yml --check -e HOST=localhost

0 comments on commit b2cff2a

Please sign in to comment.