parent
65415f5e0a
commit
00cc05ca84
@ -1,3 +1,10 @@
|
|||||||
---
|
---
|
||||||
- homebrew: name=python state=present
|
- homebrew: name=python state=present
|
||||||
|
when: ansible_distribution == "MacOSX"
|
||||||
|
- apt: name={{ item }} state=present
|
||||||
|
sudo: True
|
||||||
|
with_items:
|
||||||
|
- python
|
||||||
|
- python-pip
|
||||||
|
when: ansible_os_family == "Debian"
|
||||||
- command: pip install --user -e ~/.dotfiles/src/powerline
|
- command: pip install --user -e ~/.dotfiles/src/powerline
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- command: >
|
||||||
|
chdir={{ ansible_env.HOME }}/.dotfiles
|
||||||
|
stow --stow --target={{ ansible_env.HOME }} ssh
|
||||||
|
tags: stow
|
||||||
|
when: ansible_domain == "local"
|
||||||
|
- local_action: command ruby scripts/setup_ssh_keys.rb
|
||||||
|
when: ansible_domain == "local"
|
Loading…
Reference in new issue