mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
improve role name
This commit is contained in:
parent
dec0f4d311
commit
dcae04d568
3 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
Akku Warning role
|
||||
---------------------
|
||||
<a href="https://galaxy.ansible.com/do1jlr/akku-warning"><img width="80px" src="https://galaxy.ansible.com/assets/galaxy-logo-02.svg"/></a>
|
||||
<a href="https://galaxy.ansible.com/do1jlr/akku_warning"><img width="80px" src="https://galaxy.ansible.com/assets/galaxy-logo-02.svg"/></a>
|
||||
|
||||
### Get it directly from Ansible Galaxy
|
||||
```bash
|
||||
$ ansible-galaxy install do1jlr.i3wm
|
||||
$ ansible-galaxy install do1jlr.akku_warning
|
||||
```
|
||||
|
||||
### Function
|
||||
|
|
|
@ -2,7 +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
|
||||
role_name: akku_warning
|
||||
license: MIT
|
||||
min_ansible_version: 2.3
|
||||
github_branch: master
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 101
|
||||
playbook_version_number: 102
|
||||
playbook_version_path: '/etc/ansible-version/role-akku-warning_chaos-bodensee_github.com.version'
|
||||
|
|
Loading…
Reference in a new issue