Skip to content

Commit

Permalink
add inventory file to build
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Mar 16, 2024
1 parent dbdba96 commit 31e48cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
cp ${GITHUB_WORKSPACE}/.github/test_vars.yml ${GITHUB_WORKSPACE}/.vars.yml
ansible-playbook -e in_container=true workstation.yml
ansible-playbook -e in_container=true -i inventory workstation.yml
- name: check
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 31e48cd

Please sign in to comment.