aboutsummaryrefslogtreecommitdiffstats
path: root/roles/prepare/tasks/exit.yml
blob: 58fb43d5d048bbf49389a50b1ac182e48a88d3e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---

- name: we have to end this role
  debug:
    msg: "{{ msg.split('\n') }}"
  vars:
    msg: |
      **************************************************************************
      ** We finish the play here
      **   REASON = '{{ condition }}'
      **************************************************************************

- meta: end_play