Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 9ae1b4d

Browse files
Ignore errors for our systemd workaround
1 parent 95b72d3 commit 9ae1b4d

File tree

1 file changed

+1
-0
lines changed
  • jboss-standalone/roles/jboss-standalone/tasks

1 file changed

+1
-0
lines changed

jboss-standalone/roles/jboss-standalone/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
- name: Workaround for systemd bug
5858
shell: service jboss start && chkconfig jboss on
59+
ignore_errors: yes
5960

6061
- name: Enable JBoss to be started at boot
6162
service:

0 commit comments

Comments
 (0)