diff options
Diffstat (limited to 'test/integration/targets/pause/setup.yml')
-rw-r--r-- | test/integration/targets/pause/setup.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/pause/setup.yml b/test/integration/targets/pause/setup.yml new file mode 100644 index 00000000..9f6ab117 --- /dev/null +++ b/test/integration/targets/pause/setup.yml @@ -0,0 +1,4 @@ +- hosts: localhost + gather_facts: no + roles: + - setup_pexpect |