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:
2025-07-13 10:35:32 -07:00
parent 8033efce93
commit de9c886af2

View File

@ -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!)