16 lines
240 B
YAML
16 lines
240 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
author: xoxys
|
||
|
description: Role to configure python3 and pip3
|
||
|
license: MIT
|
||
|
min_ansible_version: 2.4
|
||
|
platforms:
|
||
|
- name: EL
|
||
|
versions:
|
||
|
- 7
|
||
|
galaxy_tags:
|
||
|
- python
|
||
|
- python3
|
||
|
- pip3
|
||
|
dependencies:
|