Skip to content

Commit

Permalink
Just another Congratulations-Message after the last step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Mar 23, 2017
1 parent f0e144e commit fa1cc1c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions step1-prepare-docker-windows/prepare-docker-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
# Because win_reboot doesnt recognize that the virtual machine is already up, we set the timeouts way lower & ignore_errors: yes
- name: When Containers and/or Hyper-V had to be installed, we have to reboot the Machine to have them take effect (mostly this step will fail, but it should work nevertheless)
win_reboot:
reboot_timeout_sec: 40
shutdown_timeout_sec: 40
reboot_timeout_sec: 60
shutdown_timeout_sec: 60
when: feature_container_installation.changed or feature_hyperv_installation.changed
ignore_errors: yes

Expand Down Expand Up @@ -119,3 +119,7 @@
java8_update_version: 121
java_build_version: b13
server_jre_name: server-jre-8u{{java8_update_version}}-windows-x64.tar.gz

- name: Running Spring Boot Apps inside Windows Docker Containers should be easy
debug:
msg: "springboot-oraclejre8-nanoserver Docker image is ready for you Spring Boot Apps!"

0 comments on commit fa1cc1c

Please sign in to comment.