From a62afe01d0d33d9c5b5dcb6b44002834996f374a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 31 Jan 2021 17:17:14 -0600 Subject: [PATCH] Remove more FQCN's for Debian. --- tasks/hardness_check_lynis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/hardness_check_lynis.yml b/tasks/hardness_check_lynis.yml index cf5cea5..7871184 100644 --- a/tasks/hardness_check_lynis.yml +++ b/tasks/hardness_check_lynis.yml @@ -1,5 +1,5 @@ - name: Install Lynis - ansible.builtin.git: + git: repo: https://github.com/CISOfy/lynis dest: "{{ lynis_install_dir }}" clone: yes @@ -9,6 +9,6 @@ shell: "{{ lynis_install_dir }}/lynis --no-colors audit system > {{ lynis_report }} 2>&1" - name: Make Lynis Report Readable - ansible.builtin.file: + file: path: "{{ lynis_report }}" mode: '0444' \ No newline at end of file