diff options
author | Matt Clay <matt@mystile.com> | 2019-01-26 04:37:56 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-01-26 05:46:53 +0100 |
commit | a8116497ba302de524489ffd47444517b520e9a7 (patch) | |
tree | 3c4d07baddd98426280787f82c1231fefbd8cead /test/integration/targets/task_ordering/meta | |
parent | MSO: Refactor modules to common structure (#51354) (diff) | |
download | ansible-a8116497ba302de524489ffd47444517b520e9a7.tar.xz ansible-a8116497ba302de524489ffd47444517b520e9a7.zip |
More test fixes for split controller/remote tests.
Diffstat (limited to 'test/integration/targets/task_ordering/meta')
-rw-r--r-- | test/integration/targets/task_ordering/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/task_ordering/meta/main.yml b/test/integration/targets/task_ordering/meta/main.yml new file mode 100644 index 0000000000..1810d4bec9 --- /dev/null +++ b/test/integration/targets/task_ordering/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: + - setup_remote_tmp_dir |