diff --git a/test/integration/destructive.yml b/test/integration/destructive.yml index f3400909dee..13fb251c71c 100644 --- a/test/integration/destructive.yml +++ b/test/integration/destructive.yml @@ -12,8 +12,8 @@ - { role: test_gem, tags: test_gem } - { role: test_yum, tags: test_yum } - { role: test_apt, tags: test_apt } - - { role: test_apt_repository, tags: test_apt_repository } - - { role: test_postgresql, tags: test_postgresql} + - { role: test_apt_repository, tags: [test_apt_repository, test_apt_key] } + - { role: test_postgresql, tags: [test_postgresql, test_postgresql_db, test_postgresql_privs, test_postgresql_user] } - { role: test_mysql_db, tags: test_mysql_db} - { role: test_mysql_user, tags: test_mysql_user} - { role: test_mysql_variables, tags: test_mysql_variables}