Commit 3157401e by John Jarvis

Merge pull request #191 from edx/jarv/fix-executable

fix typo
parents 428578ea 03c93e1f
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
shell: > shell: >
mkdir -p /usr/lib/jvm && tar -C /usr/lib/jvm -zxvf /var/tmp/{{ oraclejdk_file }} mkdir -p /usr/lib/jvm && tar -C /usr/lib/jvm -zxvf /var/tmp/{{ oraclejdk_file }}
creates=/usr/lib/jvm/{{ oraclejdk_base }} creates=/usr/lib/jvm/{{ oraclejdk_base }}
exectuable=/bin/bash executable=/bin/bash
sudo: true sudo: true
when: oraclejdk_present|failed when: oraclejdk_present|failed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment