Timeout value defined in defaults/main.yml file not used

Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Ionut Pruteanu 2023-12-05 20:40:50 +02:00
parent 8405e67db2
commit 4fe5f95cf7
No known key found for this signature in database
GPG key ID: 95B7D43B702B3569

View file

@ -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 }}