Merge branch 'master' of git.anthonycicchetti.com:anthonycicc/dotfiles

This commit is contained in:
Anthony Cicchetti 2019-12-21 19:15:52 +00:00
commit fc25aa0c4d
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ elif [[ $(uname) == "Linux" ]]; then
elif [[ $(command -v apt) ]]; then
sudo apt install -y ansible python3-apt
# ubuntu doesn't create a /usr/bin/python, so we have to make one ourselves
ln -s /usr/bin/python3 /usr/bin/python
ln -sf /usr/bin/python3 /usr/bin/python
elif [[ $(command -v dnf) ]]; then
sudo dnf install ansible -y
fi

View file

@ -45,9 +45,9 @@
creates: ~/.anyenv/envs/exenv
- name: anyenv plugin dir
shell: mkdir ~/.anyenv/plugins
args:
creates: ~/.anyenv/plugins
file:
path: ~/.anyenv/plugins
state: directory
- name: anyenv update plugin
shell: git clone https://github.com/znz/anyenv-update.git ~/.anyenv/plugins/anyenv-update