diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2016-10-31 10:38:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-31 10:38:31 -0700 |
commit | 02859a3e32bd7079b99c7d7f3f16c94edc42de9f (patch) | |
tree | 7ac65af80069c6a4603832993f2cc8993ec16b01 /test/integration/targets/dnf/meta | |
parent | 6d9771bbf8217ad89090ccd7b2471664bf53b8b3 (diff) | |
download | ansible-02859a3e32bd7079b99c7d7f3f16c94edc42de9f.tar.gz |
Add tests for dnf modelled after the yum tests (#18226)
Diffstat (limited to 'test/integration/targets/dnf/meta')
-rw-r--r-- | test/integration/targets/dnf/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/dnf/meta/main.yml b/test/integration/targets/dnf/meta/main.yml new file mode 100644 index 0000000000..07faa21776 --- /dev/null +++ b/test/integration/targets/dnf/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: + - prepare_tests |