Add pyenv to Linux.
This commit is contained in:
5
ansible/roles/pyenv/tasks/linux.yaml
Normal file
5
ansible/roles/pyenv/tasks/linux.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Install packages
|
||||
package:
|
||||
name:
|
||||
- pyenv
|
||||
state: present
|
||||
Reference in New Issue
Block a user