evomaintenance: not hard dependency (explained in README)

This commit is contained in:
Jérémy Lecour 2016-12-19 13:58:42 +01:00 committed by Jérémy Lecour
parent e382a15919
commit 343b384fc7
2 changed files with 12 additions and 2 deletions

11
evomaintenance/README.md Normal file
View File

@ -0,0 +1,11 @@
# evomaintenance
Install a script to notify when operations are performed on a server
The Debian package is available at `pub.evolix.net`.
Make you have `deb http://pub.evolix.net/ jessie/` in your sources list.
## Tasks
Installation and configuration are performed via `tasks/main.yml`.
A shell exit trap is added to users' `.profile` in `tasks/trap.yml`.

View File

@ -1,3 +1,2 @@
---
dependencies:
- { role: evolinux-sources-list }
dependencies: []