We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dc829 commit 6f4e9cdCopy full SHA for 6f4e9cd
.github/workflows/pr_testing.yaml
@@ -34,6 +34,6 @@ jobs:
34
- name: Install module dependencies
35
run: bolt module install
36
- name: Run openvox-agent install task
37
- run: bolt task run openvox_bootstrap::install --targets localhost
+ run: bolt task run openvox_bootstrap::install --targets localhost --run-as root
38
- name: Verify openvox-agent is installed
39
run: test -n $(puppet --version)
0 commit comments