From dd58654d88701e727f0d5dbd0258c92ebb4b6b63 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 28 Dec 2020 20:59:07 -0600 Subject: [PATCH] Did not realize git dest had to be the new folder's name. File now specifies lynis directory. --- tasks/hardness_check_lynis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/hardness_check_lynis.yml b/tasks/hardness_check_lynis.yml index 8f920c0..2e8e3ae 100644 --- a/tasks/hardness_check_lynis.yml +++ b/tasks/hardness_check_lynis.yml @@ -1,7 +1,7 @@ - name: Install Lynis ansible.builtin.git: repo: https://github.com/CISOfy/lynis - dest: /usr/local/ + dest: /usr/local/lynis clone: yes force: yes