diff options
author | Matt Clay <matt@mystile.com> | 2016-10-13 18:09:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-13 18:09:25 +0200 |
commit | 75e4645ee70434e2706845ca9fe96d5823616eea (patch) | |
tree | 360f27f11eeb33ba993ae3f30764589b3981e99c /test/integration/targets/binary/meta/main.yml | |
parent | Split out var_blending test into targets dir. (#17996) (diff) | |
download | ansible-75e4645ee70434e2706845ca9fe96d5823616eea.tar.xz ansible-75e4645ee70434e2706845ca9fe96d5823616eea.zip |
Migrate Linux CI roles to test targets. (#17997)
Diffstat (limited to 'test/integration/targets/binary/meta/main.yml')
-rw-r--r-- | test/integration/targets/binary/meta/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/targets/binary/meta/main.yml b/test/integration/targets/binary/meta/main.yml new file mode 100644 index 0000000000..1050c23ce3 --- /dev/null +++ b/test/integration/targets/binary/meta/main.yml @@ -0,0 +1,3 @@ +dependencies: + - prepare_tests + |