ansible-role--basesystem-de.../tasks/shell.yml

13 lines
198 B
YAML
Raw Normal View History

2016-01-06 23:49:04 +00:00
---
- name: "Installing fasd"
git: >
repo=https://github.com/clvv/fasd.git
dest=/usr/local/fasd
version=master
- command: make install
args:
chdir: /usr/local/fasd
#creates: