mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
32 lines
604 B
YAML
32 lines
604 B
YAML
---
|
|
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
|
|
platforms:
|
|
- name: Archlinux
|
|
versions: all
|
|
- name: Debian
|
|
versions:
|
|
- sid
|
|
- buster
|
|
- jessie
|
|
- stretch
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- trusty
|
|
- eoan
|
|
- bionic
|
|
galaxy_tags:
|
|
- akku
|
|
- warning
|
|
- energy
|
|
- i3wm
|
|
- arch
|
|
- desktop
|
|
- batterie
|
|
dependencies: []
|