Made anyenv idempotent(ish), renamed an ubuntu task

This commit is contained in:
acicchetti 2018-11-12 15:21:29 -05:00
parent 1662bbdb5e
commit b3c2431ecf
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -12,7 +12,7 @@
name: "neovim"
state: latest
- name: Install @development-tools
- name: Install build-essential
become: yes
become_method: sudo
apt: