Skip to content

Commit 9a8fa55

Browse files
committed
chore: Adding missing unzip
1 parent 944f635 commit 9a8fa55

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

molecule/default/converge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
become: true
55

66
vars:
7-
springboot_dist_file: ../../example/files/spring-petclinic.zip
8-
springboot_configuration_template: ../../example/files/application.yml.j2
7+
springboot_dist_file: ../example/files/spring-petclinic.zip
8+
springboot_configuration_template: ../example/files/application.yml.j2
99

1010
pre_tasks:
1111
- name: Update apt cache

tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
- name: Install needed tools
3+
package:
4+
name:
5+
- unzip
6+
state: present
27
- name: Install app
38
include_tasks: spring.yml
49

0 commit comments

Comments
 (0)