Skip to content

Commit ab498e6

Browse files
committed
Fix for not finding group_vars
1 parent 1f6bd7d commit ab498e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-client-packages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
[[ $REF_NAME == refs/tags/v* ]] && VERSION=${REF_NAME/refs\/tags\/v/}
3030
echo ::set-output name=version::${VERSION}
3131
32+
# The next step uses a custom Ansible inventory, and due to that it cannot find
33+
# the group_vars folder inside the inventory folder. This symlink fixes that.
34+
- name: Make symlink to group_vars
35+
run: ln -s inventory/group_vars
36+
3237
- name: Prepare package source
3338
uses: roles-ansible/check-ansible-debian-stretch-action@master
3439
with:

0 commit comments

Comments
 (0)