--- 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.