remove jenkins and jave submodule definitions

This commit is contained in:
2015-09-27 11:28:57 -04:00
parent 867a6dffb8
commit fd770130ff
15 changed files with 264 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
---
# handlers/main.yml
# define handlers here
#- name: restart <service>
# service: name=<service> state=restarted
#- name: stop <service>
# service: name=<service> state=stopped
- name: restart jenkins
service: name=jenkins state=restarted