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

Commit e516ca4

Browse files
authored
Merge pull request #48 from staticdev/feature/update-pyenv-212
Update dependencies
2 parents 0219166 + 4a3fb38 commit e516ca4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
galaxy_info:
33
author: staticdev
44
role_name: python_developer
5-
description: This installs packages for developing in Python on multiple versions using Cookiecutter Hypermodern Python.
5+
description: Ansible role to install packages for developing in Python on multiple versions using Cookiecutter Hypermodern Python.
66

77
license: MIT
88

@@ -30,6 +30,7 @@ galaxy_info:
3030
- pyenv
3131
- pipx
3232
- precommit
33+
- workstation
3334

3435
dependencies:
3536
- name: staticdev.pyenv

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
roles:
33
- name: staticdev.pyenv
4-
version: 2.1.1
4+
version: 2.1.2
55
- name: gantsign.visual-studio-code
66
version: 6.6.0
77
when: "{{ install_vscode }}"

0 commit comments

Comments
 (0)