Merge pull request #45 from m0rganic/patch-2

changed tomcat startup from state=started to state=restarted
pull/63/head
Tim Gerla 11 years ago
commit c96fba7c3e
  1. 2
      tomcat-standalone/roles/tomcat/tasks/main.yml

@ -32,7 +32,7 @@
copy: src=tomcat-initscript.sh dest=/etc/init.d/tomcat mode=0755
- name: Start Tomcat
service: name=tomcat state=started enabled=yes
service: name=tomcat state=restarted enabled=yes
- name: deploy iptables rules
template: src=iptables-save dest=/etc/sysconfig/iptables