Made anyenv idempotent(ish), renamed an ubuntu task
This commit is contained in:
parent
1662bbdb5e
commit
b3c2431ecf
2 changed files with 6 additions and 6 deletions
|
@ -4,11 +4,6 @@
|
|||
repo: https://github.com/riywo/anyenv.git
|
||||
dest: ~/.anyenv
|
||||
|
||||
- name: Ensure envs directory is empty
|
||||
file:
|
||||
state: absent
|
||||
path: ~/.anyenv/envs
|
||||
|
||||
- name: Ensure envs directory exists
|
||||
file:
|
||||
path: ~/.anyenv/envs/
|
||||
|
@ -16,6 +11,11 @@
|
|||
|
||||
- name: Install pyenv
|
||||
shell: ~/.anyenv/bin/anyenv install pyenv
|
||||
args:
|
||||
creates: ~/.anyenv/envs/pyenv
|
||||
|
||||
|
||||
- name: Install rbenv
|
||||
shell: ~/.anyenv/bin/anyenv install rbenv
|
||||
args:
|
||||
creates: ~/.anyenv/envs/rbenv
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
name: "neovim"
|
||||
state: latest
|
||||
|
||||
- name: Install @development-tools
|
||||
- name: Install build-essential
|
||||
become: yes
|
||||
become_method: sudo
|
||||
apt:
|
||||
|
|
Loading…
Add table
Reference in a new issue