mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
6 lines
82 B
Bash
6 lines
82 B
Bash
RHEL7=$(grep -c RHEL7 OS.tfvars)
|
|
if [ `echo $?` != 0 ]; then
|
|
exit 0
|
|
fi
|
|
|
|
|