I guess command and shell hate having an FQCN. Now need to output the results.
This commit is contained in:
parent
905c5a4d8c
commit
5b94393359
@ -7,3 +7,8 @@
|
|||||||
|
|
||||||
- name: Run Lynis
|
- 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
|
Loading…
x
Reference in New Issue
Block a user