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

Commit 483f9ae

Browse files
author
staticdev
committed
Update dependency name
1 parent a26d863 commit 483f9ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here is the list of all variables and their default values:
3131

3232
## Dependencies
3333

34-
- [staticdev.ansible_galaxy_pyenv](https://github.com/staticdev/ansible-galaxy-pyenv)
34+
- [staticdev.pyenv](https://github.com/staticdev/ansible-galaxy-pyenv)
3535
- [gantsign.visual-studio-code](https://galaxy.ansible.com/gantsign/visual-studio-code) (optional)
3636

3737
## Example Playbook

meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ galaxy_info:
3434
- precommit
3535

3636
dependencies:
37-
- name: staticdev.ansible_galaxy_pyenv
38-
version: 1.2.0
37+
- name: staticdev.pyenv
38+
version: 2.0.0

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Install pyenv
33
import_role:
4-
name: staticdev.ansible_galaxy_pyenv
4+
name: staticdev.pyenv
55
vars:
66
pyenv_owner: "{{ ansible_env.USER }}"
77
pyenv_path: "{{ ansible_env.HOME }}/pyenv"

0 commit comments

Comments
 (0)