Add the UPDATE field to ensure that the repo gets any updates. Change YES's to TRUE based on documentation.
This commit is contained in:
@ -13,8 +13,9 @@
|
||||
git:
|
||||
repo: https://github.com/CISOfy/lynis
|
||||
dest: "{{ lynis_install_dir }}"
|
||||
clone: yes
|
||||
force: yes
|
||||
clone: true
|
||||
force: true
|
||||
update: true
|
||||
ignore_errors: yes
|
||||
|
||||
- name: General | Tests | Lynis | Ensure Permissions (Looking at you Parrot OS!)
|
||||
|
Reference in New Issue
Block a user