Skip to content

Commit

Permalink
Migrate from avanov.pyenv to staticdev.pyenv, as it is actually maint…
Browse files Browse the repository at this point in the history
…ained
  • Loading branch information
OrBin committed Dec 12, 2023
1 parent 4285b6f commit 4e58d82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ roles:
- name: ahuffman.resolv
version: 1.3.2

- name: avanov.pyenv
version: 1.1.0
- name: staticdev.pyenv
version: 2.10.2

- name: robertdebock.terraform
version: 4.1.7
Expand Down
2 changes: 1 addition & 1 deletion tasks/developer-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

- name: Install pyenv
import_role:
name: avanov.pyenv
name: staticdev.pyenv
vars:
pyenv_setting_path: "{{ tempfile_for_pyenv_loading.path }}"

Expand Down
8 changes: 4 additions & 4 deletions vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ go_version: 1.21.1
# Copy checksum from https://go.dev/dl/
go_checksum: b3075ae1ce5dab85f89bc7905d1632de23ca196bd8336afd93fa97434cfa55ae

# Used by avanov.pyenv:
# Used by staticdev.pyenv:
pyenv_env: user
pyenv_global: 3.11.6
pyenv_python_versions:
- "{{ pyenv_global }}"
pyenv_python_versions: &pyenv_python_versions
- 3.11.6
pyenv_global: *pyenv_python_versions
pyenv_virtualenvs: []
pyenv_update_git_install: yes

Expand Down

0 comments on commit 4e58d82

Please sign in to comment.