We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944f635 commit 9a8fa55Copy full SHA for 9a8fa55
molecule/default/converge.yml
@@ -4,8 +4,8 @@
4
become: true
5
6
vars:
7
- springboot_dist_file: ../../example/files/spring-petclinic.zip
8
- springboot_configuration_template: ../../example/files/application.yml.j2
+ springboot_dist_file: ../example/files/spring-petclinic.zip
+ springboot_configuration_template: ../example/files/application.yml.j2
9
10
pre_tasks:
11
- name: Update apt cache
tasks/main.yml
@@ -1,4 +1,9 @@
1
---
2
+- name: Install needed tools
3
+ package:
+ name:
+ - unzip
+ state: present
- name: Install app
include_tasks: spring.yml
0 commit comments