summaryrefslogtreecommitdiff
path: root/tomcat-ctl.yaml
blob: 25f51598b5227c9b3787184a52c00dc2683d5d46 (plain)
1
2
3
4
5
6
7
8
9
10
---
- hosts: target
  serial: 1
  tasks:
    - name: "Check that -e 'action=[stop|start|restart]' was passed in"
      fail:
        msg: "The variable 'action' was not passed in with a value of 'stop', 'start' or 'restart' on the command line."
      when: action not in ["stop", "start", "restart"]

    - include: playbooks/tomcat-ctl.yaml