Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
#40 jex has no 2.5 tag on docker.io. switch back to latest so playboo…
Browse files Browse the repository at this point in the history
…k succeeds
  • Loading branch information
donsizemore committed Aug 30, 2016
1 parent 2579229 commit b7d281b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/de-jex/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- jex

- name: update jex
shell: docker pull {{docker.user}}/jex:{{docker.tag}}
shell: docker pull {{docker.user}}/jex:latest
tags:
- jex
- docker_pull
Expand All @@ -22,14 +22,14 @@
- jex

- name: install jex
shell: docker run --rm -v /usr/local/lib/jex:/jex --entrypoint "cp" {{docker.user}}/jex:{{docker.tag}} /jex-standalone.jar /jex/jex-standalone.jar
shell: docker run --rm -v /usr/local/lib/jex:/jex --entrypoint "cp" {{docker.user}}/jex:latest /jex-standalone.jar /jex/jex-standalone.jar
tags:
- jex
- docker_pull

- name: install jex logback.xml file
sudo: yes
shell: docker run --rm -v /usr/local/lib/jex:/jex --entrypoint "cp" {{docker.user}}/jex:{{docker.tag}} /logback.xml /jex/logback.xml
shell: docker run --rm -v /usr/local/lib/jex:/jex --entrypoint "cp" {{docker.user}}/jex:latest /logback.xml /jex/logback.xml
tags:
- jex
- docker_pull
Expand All @@ -41,7 +41,7 @@
- docker_pull

- name: install jex submitnerator.sh file
shell: docker run --rm -v /usr/local/bin/:/jex --entrypoint "cp" {{docker.user}}/jex:{{docker.tag}} /submitnerator.sh /jex/submitnerator.sh
shell: docker run --rm -v /usr/local/bin/:/jex --entrypoint "cp" {{docker.user}}/jex:latest /submitnerator.sh /jex/submitnerator.sh
tags:
- jex
- docker_pull
Expand Down

0 comments on commit b7d281b

Please sign in to comment.