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 6f4e9cd commit ea1868bCopy full SHA for ea1868b
.github/workflows/pr_testing.yaml
@@ -36,4 +36,5 @@ jobs:
36
- name: Run openvox-agent install task
37
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)
+ run: |-
40
+ [[ "$(/opt/puppetlabs/bin/puppet --version)" =~ [0-9]+\.[0-9]+\.[0-9]+ ]]
0 commit comments