We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab16224 commit 2a1a2f9Copy full SHA for 2a1a2f9
2 files changed
meta/main.yml
@@ -3,7 +3,7 @@ galaxy_info:
3
author: orachide
4
description: Deploy Spring Boot application as a service (initd or Systemd)
5
company: chidix.fr
6
-
+ role_name: springboot-service
7
license: license BSD
8
9
min_ansible_version: 2.4
tasks/check_vars.yml
@@ -21,12 +21,6 @@
21
- "sb_app_name is defined"
22
msg: "sb_app_name must be defined"
23
24
-- name: "Check vars | Assert sb_app_version is defined"
25
- assert:
26
- that:
27
- - "sb_app_version is defined"
28
- msg: "sb_app_version must be defined"
29
30
- name: "Check vars | Assert sb_app_group_id is defined"
31
assert:
32
that:
0 commit comments