[go: up one dir, main page]

Skip to content

Commit

Permalink
Ignore errors for our systemd workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
thisdavejohnson committed Feb 14, 2017
1 parent 95b72d3 commit 9ae1b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jboss-standalone/roles/jboss-standalone/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

- name: Workaround for systemd bug
shell: service jboss start && chkconfig jboss on
ignore_errors: yes

- name: Enable JBoss to be started at boot
service:
Expand Down

0 comments on commit 9ae1b4d

Please sign in to comment.