From dec0f4d3114c73108b63465e4a2240d7b12cbc54 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Tue, 11 Jun 2019 13:27:50 +0200 Subject: [PATCH] Improve meta info --- README.md | 12 ++++++++++-- meta/main.yml | 1 + vars/main.yml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c2b2bc..8da5cd3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ Akku Warning role --------------------- + + +### Get it directly from Ansible Galaxy +```bash +$ ansible-galaxy install do1jlr.i3wm +``` + +### Function This ansible warning will install an bash Script, that will be executet every 3 minutes. -If your batterie is under 25 min, it will start warning you. +If your batterie is under 25 percent, it will start warning you. This role is only tested on arch, but probably will work on all distros! @@ -19,4 +27,4 @@ install_and_enable_cronie: false # play a video in the background with sound multimedia_akku_warning: true ``` - +*For a complete view of all variables pleas have a look into the default folder.* diff --git a/meta/main.yml b/meta/main.yml index 88b6aa1..22a9e0e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -2,6 +2,7 @@ galaxy_info: author: L3D description: Get a popup if the akku is getting low, get a warning sound, if the akku is even lower. + role_name: akku-warning license: MIT min_ansible_version: 2.3 github_branch: master diff --git a/vars/main.yml b/vars/main.yml index 7054e04..7a41df2 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,3 +1,3 @@ --- -playbook_version_number: 100 +playbook_version_number: 101 playbook_version_path: '/etc/ansible-version/role-akku-warning_chaos-bodensee_github.com.version'