ansible-role--basesystem/tasks/shell.yml
2016-02-17 01:05:02 +01:00

15 lines
274 B
YAML

---
- name: "Installing fasd"
git: >
repo=https://github.com/clvv/fasd.git
dest=/usr/local/fasd
version=master
when: basesystem_task_shell == true
- command: make install
args:
chdir: /usr/local/fasd
#creates:
when: basesystem_task_shell == true