From 76870db12696939a125695dc4afc86d990620b08 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Fri, 16 Apr 2021 15:46:17 -0400 Subject: [PATCH] add oil shell to deployment --- oil-shell.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 oil-shell.yml diff --git a/oil-shell.yml b/oil-shell.yml new file mode 100644 index 0000000..409982c --- /dev/null +++ b/oil-shell.yml @@ -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