I guess command and shell hate having an FQCN. Now need to output the results.

This commit is contained in:
Hyperling 2020-12-28 21:19:01 -06:00
parent 905c5a4d8c
commit 5b94393359

View File

@ -6,4 +6,9 @@
force: yes
- name: Run Lynis
command: /usr/local/lynis/lynis audit system
command: /usr/local/lynis/lynis audit system
register: lynis_report
- name: Lynis Report
debug:
var: lynis_report