xoxys.python3/index.md
Robert Kaussow 5188346a9f commit 27cf49cb5e
Author: Robert Kaussow <mail@geeklabor.de>
Date:   Fri Jan 31 11:23:20 2020 +0100

    cleanup documentation
2020-01-31 10:50:28 +00:00

40 lines
867 B
Markdown

---
title: python3
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.python3) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.python3?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.python3) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
Setup python3 and pip3.
* [Default Variables](#default-variables)
* [python3_packages](#python3-packages)
* [python3_packages_extra](#python3-packages-extra)
* [Dependencies](#dependencies)
---
## Default Variables
### python3_packages
#### Default value
```YAML
python3_packages:
- python3
- python3-pip
```
### python3_packages_extra
#### Default value
```YAML
python3_packages_extra: []
```
## Dependencies
None.