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