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

debian.yml « tasks - github.com/CISOfy/lynis-ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7904de59f893d678163db44e06d1536103406c98 (plain)
1
2
3
4
5
6
7
8
9
10
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