Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Make sure tomcat is started. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen authored and dannylamb committed Feb 7, 2018
1 parent 7f71fce commit ec42b4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
cache_valid_time: 3600
with_items: "{{ tomcat8_admin_packages }}"
when: tomcat8_admin_install

- name: start tomcat8
service:
name: tomcat8
state: started

0 comments on commit ec42b4c

Please sign in to comment.