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

Commit d94bee6

Browse files
author
staticdev
committed
Updated documentation
1 parent b2a51d6 commit d94bee6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ Example Playbook
6565
roles:
6666
- role: staticdev.python-developer
6767
68+
# role with pyenv attributes
69+
- hosts: all
70+
roles:
71+
- role: staticdev.python-developer
72+
vars:
73+
pyenv_global: "3.9.6"
74+
vscode_extensions:
75+
- "3.9.6"
76+
- "3.8.11"
77+
6878
# role with pycharm
6979
- hosts: all
7080
roles:
@@ -84,16 +94,6 @@ Example Playbook
8494
- ms-python.vscode-pylance
8595
- shan.code-settings-sync
8696
87-
# role with pyenv attributes
88-
- hosts: all
89-
roles:
90-
- role: staticdev.python-developer
91-
vars:
92-
pyenv_global: "3.9.6"
93-
vscode_extensions:
94-
- "3.9.6"
95-
- "3.8.11"
96-
9797
9898
License
9999
-------

0 commit comments

Comments
 (0)