Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit sync #370

Merged
merged 12 commits into from
Aug 12, 2021
Prev Previous commit
Next Next commit
added os_dist variable
Signed-off-by: Mark Bolwell <[email protected]>
uk-bolly committed Aug 11, 2021
commit 85fb50d1941aa5274d4af7b55d1c473e0d9b7004
1 change: 1 addition & 0 deletions templates/ansible_vars_goss.yml.j2
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ rhel7stig_benchmark:
### Variables for for stig options
run_heavy_tests: true

rhel7stig_os_distribution: {{ ansible_distribution | lower }}

# If running on RHEL7 <= 7.2
rhel7stig_legacyOS: {% if ansible_distribution_version > '7.2' %} false {% else %} true {% endif %}