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

Commit fb14798

Browse files
author
staticdev
committed
Fix docs
1 parent 9057080 commit fb14798

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,19 @@ Here is the list of all variables and their default values:
4545
- hosts: all
4646
roles:
4747
- role: staticdev.python-developer
48-
install_pycharm: true
48+
vars:
49+
install_pycharm: true
4950

5051
# role with vscode and extensions
5152
- hosts: all
5253
roles:
5354
- role: staticdev.python-developer
54-
install_vscode: true
55-
vscode_extensions:
56-
- ms-python.python
57-
- ms-python.vscode-pylance
58-
- shan.code-settings-sync
55+
vars:
56+
install_vscode: true
57+
vscode_extensions:
58+
- ms-python.python
59+
- ms-python.vscode-pylance
60+
- shan.code-settings-sync
5961
```
6062
6163
## License

meta/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,4 @@ galaxy_info:
4040
- pipx
4141
- precommit
4242

43-
dependencies:
44-
- role: avanov.pyenv
45-
version: 1.1.0
43+
dependencies: []

0 commit comments

Comments
 (0)