forked from ansible-lockdown/RHEL9-CIS
updated sleep timeout from 120s to 60s
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
parent
045bbc30cb
commit
4853d45ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
|
||||
- name: if RHEL7 - Sleep for 60 seconds
|
||||
#if: steps.test_os.outputs.RHEL7 >= 1
|
||||
run: sleep 120s
|
||||
run: sleep 60s
|
||||
shell: bash
|
||||
|
||||
# Run the ansible playbook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue