Skip to content

Commit 0bb6880

Browse files
.
1 parent d0f940d commit 0bb6880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
3939
- uses: actions/checkout@v4
4040
- name: do test install in case of merged pull request
41-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K --skip-tags test
41+
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K -e --skip-tags test
4242
env:
4343
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
4444
- name: Set environment variable

0 commit comments

Comments
 (0)