cleanup readme

This commit is contained in:
Robert Kaussow 2020-01-30 22:58:49 +01:00
parent 2a737c898e
commit 40a3711e1b
1 changed files with 6 additions and 41 deletions

View File

@ -1,49 +1,14 @@
# xoxys.python3
[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.python/status.svg)](https://drone.rknet.org/ansible/xoxys.python)
[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.python?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.python)
Role to configure python3 and pip3
## Table of content
### License
* [Default Variables](#default-variables)
* [python3_packages](#python3_packages)
* [python3_packages_extra](#python3_packages_extra)
* [Dependencies](#dependencies)
* [License](#license)
* [Author](#author)
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
### Maintainers and Contributors
## Default Variables
### python3_packages
#### Default value
```YAML
python3_packages:
- python3
- python3-pip
```
### python3_packages_extra
#### Default value
```YAML
python3_packages_extra: []
```
## Dependencies
None.
## License
MIT
## Author
[xoxys](https://gitea.rknet.org/xoxys)
[Robert Kaussow](https://gitea.rknet.org/xoxys)