Skip to content

Commit 6f4e9cd

Browse files
committed
wip run task as root
1 parent 84dc829 commit 6f4e9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: Install module dependencies
3535
run: bolt module install
3636
- name: Run openvox-agent install task
37-
run: bolt task run openvox_bootstrap::install --targets localhost
37+
run: bolt task run openvox_bootstrap::install --targets localhost --run-as root
3838
- name: Verify openvox-agent is installed
3939
run: test -n $(puppet --version)

0 commit comments

Comments
 (0)