diff options
Diffstat (limited to 'test/integration/targets/pause/pause-1.yml')
-rw-r--r-- | test/integration/targets/pause/pause-1.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/pause/pause-1.yml b/test/integration/targets/pause/pause-1.yml new file mode 100644 index 00000000..44c9960c --- /dev/null +++ b/test/integration/targets/pause/pause-1.yml @@ -0,0 +1,11 @@ +- name: Test pause module in default state + hosts: localhost + become: no + gather_facts: no + + tasks: + - name: EXPECTED FAILURE + pause: + + - debug: + msg: Task after pause |