This repository has been archived on 2021-09-08. You can view files and clone it, but cannot push or open issues/pull-requests.
localdev-playbooks/oil-shell.yml

9 lines
354 B
YAML

---
- name: install oil shell {{ version }}
become: yes
become_user: root
become_method: sudo
shell: cd /tmp && curl -LO https://www.oilshell.org/download/oil-{{ version }}.tar.xz && tar xvJf oil-{{ version }}.tar.xz && cd oil-{{ version }} && ./configure && gmake && gmake install && cd .. && rm -rf oil*
args:
creates: /usr/local/bin/osh