forked from ansible-lockdown/RHEL9-CIS
Timeout value defined in defaults/main.yml file not used
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
8405e67db2
commit
4fe5f95cf7
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 }}
|
host_os_distribution: {{ ansible_facts.distribution | lower }}
|
||||||
|
|
||||||
# timeout for each command to run where set - default = 10seconds/10000ms
|
# timeout for each command to run where set - default = 10seconds/10000ms
|
||||||
timeout_ms: 60000
|
timeout_ms: {{ audit_cmd_timeout }}
|
||||||
|
|
||||||
# Taken from LE rhel9-cis
|
# Taken from LE rhel9-cis
|
||||||
rhel9cis_section1: {{ rhel9cis_section1 }}
|
rhel9cis_section1: {{ rhel9cis_section1 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue