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

15 lines
274 B
YAML
Raw Permalink 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
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