diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-03-17 12:32:07 -0700 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-03-17 12:32:07 -0700 |
commit | a64de2e000d9732a5689545c20b527a8ee950c1f (patch) | |
tree | 24f5b4786ee207bed04006f2cdded4ebcedb478a /test/integration/destructive.yml | |
parent | f9a66a7ff7836274e025b9681f526918b028736d (diff) | |
download | ansible-a64de2e000d9732a5689545c20b527a8ee950c1f.tar.gz |
Initial test of the docker module
Diffstat (limited to 'test/integration/destructive.yml')
-rw-r--r-- | test/integration/destructive.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/destructive.yml b/test/integration/destructive.yml index 54c905bdf6..b8f56d113b 100644 --- a/test/integration/destructive.yml +++ b/test/integration/destructive.yml @@ -17,3 +17,4 @@ - { role: test_mysql_db, tags: test_mysql_db} - { role: test_mysql_user, tags: test_mysql_user} - { role: test_mysql_variables, tags: test_mysql_variables} + - { role: test_docker, tags: test_docker} |