Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis-ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/debian.yml')
-rw-r--r--tasks/debian.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tasks/debian.yml b/tasks/debian.yml
new file mode 100644
index 0000000..7904de5
--- /dev/null
+++ b/tasks/debian.yml
@@ -0,0 +1,11 @@
+---
+
+- name: Lynis | Install Lynis from apt
+ apt:
+ name=lynis
+ state=present
+ force=no
+ install_recommends=no
+ update_cache=yes
+ register: lynis_isinstalled
+ tags: lynis