mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Merge pull request #133 from siemens/siemens/feat/timeoutValueDefinedNotUsed
Timeout value defined in defaults/main.yml file not used
This commit is contained in:
commit
74f21e5303
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ benchmark_version: '1.0.0'
|
|||
host_os_distribution: {{ ansible_facts.distribution | lower }}
|
||||
|
||||
# timeout for each command to run where set - default = 10seconds/10000ms
|
||||
timeout_ms: 60000
|
||||
timeout_ms: {{ audit_cmd_timeout }}
|
||||
|
||||
# Taken from LE rhel9-cis
|
||||
rhel9cis_section1: {{ rhel9cis_section1 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue