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
|
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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue