1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

mv test_git to 'destructive' integration tests (#17526)

The test_git role removes ~/.ssh/known_hosts currently
and that is destructive.
This commit is contained in:
Adrian Likins 2016-09-29 13:46:34 -04:00 committed by GitHub
parent 11ae3793d5
commit 1f03801fcc
2 changed files with 2 additions and 1 deletions

View file

@ -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 }

View file

@ -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 }