Skip to content

Commit 2a1a2f9

Browse files
committed
add role name in meta file
1 parent ab16224 commit 2a1a2f9

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ galaxy_info:
33
author: orachide
44
description: Deploy Spring Boot application as a service (initd or Systemd)
55
company: chidix.fr
6-
6+
role_name: springboot-service
77
license: license BSD
88

99
min_ansible_version: 2.4

tasks/check_vars.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
- "sb_app_name is defined"
2222
msg: "sb_app_name must be defined"
2323

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-
3024
- name: "Check vars | Assert sb_app_group_id is defined"
3125
assert:
3226
that:

0 commit comments

Comments
 (0)