remove lein install, we're now running a pre build jar

This commit is contained in:
flynn 2019-02-13 20:27:55 +01:00
parent 578af35196
commit ca5c49b3a3
1 changed files with 13 additions and 13 deletions

View File

@ -31,19 +31,19 @@
apt: apt:
name: openjdk-8-jdk name: openjdk-8-jdk
- name: set user bin dir #- name: set user bin dir
set_fact: # set_fact:
user_bin_dir: /usr/bin # user_bin_dir: /usr/bin
#
- name: Download leiningen #- name: Download leiningen
get_url: # get_url:
url: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein # url: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
dest: "{{ user_bin_dir }}" # dest: "{{ user_bin_dir }}"
#
- name: Add executable permission for lein script #- name: Add executable permission for lein script
file: # file:
path: "{{ user_bin_dir }}/lein" # path: "{{ user_bin_dir }}/lein"
mode: "a+x" # mode: "a+x"
######################## ########################
# Download and compile # # Download and compile #