evocheck is installed with evolinux-base via serveur-base.deb

This commit is contained in:
Jérémy Lecour 2016-12-21 18:37:49 +01:00 committed by Jérémy Lecour
parent fd7b8ffc9a
commit d43ecfc8b0
3 changed files with 0 additions and 18 deletions

View file

@ -1,10 +0,0 @@
# evocheck
Install a script to verify compliance of a Debian/OpenBSD server
The "evocheck" Debian package is available at `pub.evolix.net`.
Make you have `deb http://pub.evolix.net/ jessie/` in your sources list.
## Tasks
Everything is in the `tasks/main.yml` file.

View file

@ -1,2 +0,0 @@
---
dependencies: []

View file

@ -1,6 +0,0 @@
---
- name: evocheck is installed
command: "apt-get install -yq --allow-unauthenticated evocheck"
register: installed_evocheck
changed_when: not (installed_evocheck.stdout | search("0 upgraded") and installed_evocheck.stdout | search("0 newly installed"))