This repository was archived by the owner on Mar 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ None.
2323
2424Here 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
Original file line number Diff line number Diff line change 11---
22galaxy_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
You can’t perform that action at this time.
0 commit comments