align audit release

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-02-20 14:02:49 +00:00
parent f9239d7a8a
commit a28c0531ee
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,7 @@
## 1.0.2
#30 - thanks to smattterchew ability to change sshd config file to use dropin file instead.
Aligned benchmark audit version with remediate release
## 1.0.1

View file

@ -33,6 +33,9 @@ python2_bin: /bin/python2.7
## Benchmark name used by audting control role
# The audit variable found at the base
## metadata for Audit benchmark
benchmark_version: 'v1.0.0'
benchmark: RHEL9-CIS
# Whether to skip the reboot
@ -692,7 +695,7 @@ copy_goss_from_path: /some/accessible/path
## managed by the control audit_content
# git
audit_file_git: "https://github.com/ansible-lockdown/{{ benchmark }}-Audit.git"
audit_git_version: devel
audit_git_version: "benchmark_{{ benchmark_version }}"
# copy:
audit_local_copy: "some path to copy from"