aboutsummaryrefslogtreecommitdiffstats
path: root/roles/prepare/tasks/continue.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/prepare/tasks/continue.yml')
-rw-r--r--roles/prepare/tasks/continue.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/prepare/tasks/continue.yml b/roles/prepare/tasks/continue.yml
new file mode 100644
index 0000000..5d664c7
--- /dev/null
+++ b/roles/prepare/tasks/continue.yml
@@ -0,0 +1,15 @@
+---
+
+- name: we have to continue this role
+ debug:
+ msg: "{{ msg.split('\n') }}"
+ vars:
+ msg: |
+ **************************************************************************
+ ** We continue the play
+ ** REASON = '{{ condition }}'
+ **************************************************************************
+
+- name: Do not skip the run of the play
+ set_fact:
+ skip_run: false