diff --git a/test/integration/destructive.yml b/test/integration/destructive.yml index 9097df203dc..e49cde6650d 100644 --- a/test/integration/destructive.yml +++ b/test/integration/destructive.yml @@ -21,3 +21,5 @@ - { role: test_uri, tags: test_uri } - { role: test_get_url, tags: test_get_url } - { role: test_apache2_module, tags: test_apache2_module } + # This removes ~/.ssh/known_hosts and /etc/ssh/known_hosts + - { role: test_git, tags: test_git } diff --git a/test/integration/non_destructive.yml b/test/integration/non_destructive.yml index 5ee1b8c6e69..024d6abd650 100644 --- a/test/integration/non_destructive.yml +++ b/test/integration/non_destructive.yml @@ -29,7 +29,6 @@ - { role: test_synchronize, tags: test_synchronize } - { role: test_assemble, tags: test_assemble } - { role: test_subversion, tags: test_subversion } - - { role: test_git, tags: test_git } - { role: test_hg, tags: test_hg } - { role: test_lineinfile, tags: test_lineinfile } - { role: test_unarchive, tags: test_unarchive }