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
|
2016-02-17 00:05:02 +00:00
|
|
|
when: basesystem_task_shell == true
|
2016-01-06 23:49:04 +00:00
|
|
|
|
|
|
|
- command: make install
|
|
|
|
args:
|
|
|
|
chdir: /usr/local/fasd
|
|
|
|
#creates:
|
2016-02-17 00:05:02 +00:00
|
|
|
when: basesystem_task_shell == true
|
2016-01-06 23:49:04 +00:00
|
|
|
|