Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Mohamed Alibi
ansible-examples
Commits
28173530
Commit
28173530
authored
Dec 14, 2016
by
Dave Johnson
Committed by
GitHub
Dec 14, 2016
Browse files
Added a workaround for the systemd bug
https://github.com/ansible/ansible-modules-core/issues/915
parent
87718c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
jboss-standalone/roles/jboss-standalone/tasks/main.yml
jboss-standalone/roles/jboss-standalone/tasks/main.yml
+3
-0
No files found.
jboss-standalone/roles/jboss-standalone/tasks/main.yml
View file @
28173530
...
...
@@ -33,6 +33,9 @@
-
name
:
Copy the init script
copy
:
src=jboss-as-standalone.sh dest=/etc/init.d/jboss mode=0755
-
name
:
Workaround for systemd bug
shell
:
service jboss start && chkconfig jboss on
-
name
:
Enable JBoss to be started at boot
service
:
name=jboss enabled=yes state=started
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment