Remove a wrong option to get_url.
This commit is contained in:
parent
6118ca738c
commit
9f02041d35
|
@ -64,9 +64,6 @@
|
|||
block:
|
||||
- name: Download the coursier executable
|
||||
get_url: url=https://git.io/coursier-cli-linux dest=/usr/local/bin/coursier owner=root group=root mode='0555'
|
||||
args:
|
||||
creates: '/usr/local/bin/coursier'
|
||||
|
||||
- name: Integrate Spark and Scala
|
||||
command: /usr/local/bin/coursier launch --fork almond:0.5.0 --scala {{ jupyter_spark_scala_version }} -- --install
|
||||
|
||||
|
|
Loading…
Reference in New Issue