Try running in bash to clean up weird characters.
This commit is contained in:
parent
c1abb33688
commit
5030ebfbdf
@ -9,7 +9,9 @@
|
|||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
- name: General | Tests | Lynis | Run System Audit
|
- name: General | Tests | Lynis | Run System Audit
|
||||||
shell: "{{ lynis_install_dir }}/lynis --no-colors audit system > {{ lynis_report }} 2>&1"
|
shell: "{{ lynis_install_dir }}/lynis audit system --no-colors > {{ lynis_report }} 2>&1"
|
||||||
|
args:
|
||||||
|
executable: "{{ bash_exec.stdout }}"
|
||||||
|
|
||||||
- name: General | Tests | Lynis | Make Report Readable
|
- name: General | Tests | Lynis | Make Report Readable
|
||||||
file:
|
file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user