Did not realize git dest had to be the new folder's name. File now specifies lynis directory.

This commit is contained in:
Hyperling 2020-12-28 20:59:07 -06:00
parent 15a9bd392f
commit dd58654d88

View File

@ -1,7 +1,7 @@
- name: Install Lynis - name: Install Lynis
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/CISOfy/lynis repo: https://github.com/CISOfy/lynis
dest: /usr/local/ dest: /usr/local/lynis
clone: yes clone: yes
force: yes force: yes