added benchamrk audit validation

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-03-13 14:04:38 +00:00
parent dca936a283
commit 181002c23b
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -21,6 +21,10 @@
when:
- audit_content == 'git'
- name: Pre Audit | confirm audit branch vs benchmark version
ansible.builtin.debug:
msg: "Audit will run the branch {{ audit_git_version }} for this Benchmark {{ benchmark_version }}"
- name: Pre Audit | copy to audit content files to server
ansible.builtin.copy:
src: "{{ audit_local_copy }}"