mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
using benchmark_version variable
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
5dd64ebdb8
commit
3c3bdaeb38
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
|
||||
# Enable logrunning potential resource intensive tests
|
||||
# Enable long running potential resource intensive tests
|
||||
run_heavy_tests: {{ audit_run_heavy_tests }}
|
||||
|
||||
# Extend default command timeout for longer running tests
|
||||
|
|
@ -37,7 +37,7 @@ rhel9cis_legacy_boot: {{ rhel9cis_legacy_boot }}
|
|||
## Benchmark name used by auditing control role
|
||||
# The audit variable found at the base
|
||||
## metadata for Audit benchmark
|
||||
benchmark_version: 'v2.0.0'
|
||||
benchmark_version: {{ benchmark_version }}
|
||||
|
||||
benchmark: RHEL9-CIS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue