add oil shell to deployment

main
Andrew Coleman 2021-04-16 15:46:17 -04:00
parent 880dd3a003
commit 76870db126
1 changed files with 8 additions and 0 deletions

8
oil-shell.yml Normal file
View File

@ -0,0 +1,8 @@
---
- 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