cd to ansible folder

This commit is contained in:
2025-07-25 15:27:29 +02:00
parent 246b5e003a
commit db3045e94d

View File

@@ -78,6 +78,7 @@ jobs:
- name: Generate inventory from template
run: |
cd ansible-shared
sed -e "s/\${STAF_HOST}/${{ secrets.STAF_HOST }}/g" \
-e "s/\${STAF_ANSIBLE_USER}/${{ secrets.STAF_ANSIBLE_USER }}/g" \
inventory.template > inventory.ini