4
0
Fork 0

Merge pull request #133 from siemens/siemens/feat/timeoutValueDefinedNotUsed

Timeout value defined in defaults/main.yml file not used
This commit is contained in:
uk-bolly 2023-12-13 08:40:02 +00:00 committed by GitHub
commit 74f21e5303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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