You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/git/tasks
Miyurz 1ea1becf23 Fixes bug https://github.com/ansible/ansible/issues/22455 - Git reset… (#22502)
* Fixes bug https://github.com/ansible/ansible/issues/22455 - Git reset fails when file with the name 'origin' is present in the repository

* #22455 Integration test for git module to test if it clones a repository with a file named origin

* Fixed yaml errors for test/integration/roles/test_git_clone/tasks/main.yml

* Removed the newly added target git and moved the code to test/integration/targets/git

* Reorganised code structure as per comments

* Fixed playbook name

* Added code that didn't make it to the playbook before.

* No longer need git.yml

* Remove non tasks specific code from tasks file and use existing variables

* Removed msg var from the vars.yml
9 years ago
..
change-repo-url.yml Cleanup git tests (#19737) 9 years ago
checkout-new-tag.yml Fix git remote url change detection. (#20587) 9 years ago
depth.yml Fix git clone tag with depth=1 9 years ago
formats.yml Cleanup git tests (#19737) 9 years ago
localmods.yml Cleanup git tests (#19737) 9 years ago
main.yml Fixes bug https://github.com/ansible/ansible/issues/22455 - Git reset… (#22502) 9 years ago
missing_hostkey.yml Cleanup git tests (#19737) 9 years ago
no-destination.yml Cleanup git tests (#19737) 9 years ago
reset-origin.yml Fixes bug https://github.com/ansible/ansible/issues/22455 - Git reset… (#22502) 9 years ago
setup-local-repos.yml Cleanup git tests (#19737) 9 years ago
setup.yml Only set git config during test if unset. 9 years ago
specific-revision.yml test related to pulls: #19257 / #19057 (#19346) 9 years ago
submodules.yml Cleanup git tests (#19737) 9 years ago
tag-verification.yml Cleanup git tests (#19737) 9 years ago