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 repo: https://github.com/riywo/anyenv.git
dest: ~/.anyenv dest: ~/.anyenv
- name: Ensure envs directory is empty
file:
state: absent
path: ~/.anyenv/envs
- name: Ensure envs directory exists - name: Ensure envs directory exists
file: file:
path: ~/.anyenv/envs/ path: ~/.anyenv/envs/
@ -16,6 +11,11 @@
- name: Install pyenv - name: Install pyenv
shell: ~/.anyenv/bin/anyenv install pyenv shell: ~/.anyenv/bin/anyenv install pyenv
args:
creates: ~/.anyenv/envs/pyenv
- name: Install rbenv - name: Install rbenv
shell: ~/.anyenv/bin/anyenv install rbenv shell: ~/.anyenv/bin/anyenv install rbenv
args:
creates: ~/.anyenv/envs/rbenv

View file

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