Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 616ff01

Browse files
author
staticdev
committed
Fix role info
1 parent 7b19687 commit 616ff01

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ None.
2323

2424
Here is the list of all variables and their default values:
2525

26-
`install_pycharm`: `false`
27-
`install_vscode`: `false`
28-
`vscode_extensions`: optional list of name_ids of extensions. eg.: ms-python.python (Python Official Extension)
26+
- `install_pycharm`: `false`
27+
- `install_vscode`: `false`
28+
- `vscode_extensions`: optional list of name_ids of extensions. eg.: ms-python.python (Python Official Extension)
2929

3030
## Dependencies
3131

3232
- [avanov.pyenv](https://galaxy.ansible.com/avanov/pyenv)
33+
- [oefenweb.pycharm](https://galaxy.ansible.com/oefenweb/pycharm) (optional)
34+
- [ngetchell.vscode](https://galaxy.ansible.com/ngetchell/vscode) (optional)
3335

3436
## Example Playbook
3537

meta/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
galaxy_info:
33
author: staticdev
4+
role_name: python-developer
45
description: This install packages for developing in Python on multiple versions using Cookiecutter Hypermodern Python.
56

67
license:
@@ -16,7 +17,7 @@ galaxy_info:
1617
- 8
1718
- name: Fedora
1819
versions:
19-
- all
20+
- 33
2021
- name: Debian
2122
versions:
2223
- stretch
@@ -31,6 +32,7 @@ galaxy_info:
3132
galaxy_tags:
3233
- python
3334
- development
35+
- developer
3436
- cookiecutter
3537
- nox
3638
- poetry

0 commit comments

Comments
 (0)