Commit 03c93e1f by John Jarvis

fix typo

parent 428578ea
...@@ -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