community.general/lib/ansible/modules/source_control
Abhijeet Kasurde a047fe0e4c Correct usage for shutil.rmtree (#31541)
* Correct usage for shutil.rmtree

Fix adds correct usage of shutil.rmtree in git module

Fixes: #31225

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

* Include archive tests so they get run

* Use new include syntax

* Cleanup syntax on git tests

- use multi-line YAML
- remove unneeded {{ }} around vars in conditionals
- remove unneeded quotes
- add task file name to task names for easier troubleshooting when things fail

* Make archive tests work for RHEL/CentOS 6

The older versions of Jinja2 in RHEL/CentOS 6 required assertion tasks using the map filter to be skipped.

The older version of git required gzip compression to be skipped on RHEL/CentOS 6.

* Account for ansible_distribution_major_version missing
2017-10-13 10:30:15 -04:00
..
__init__.py
bzr.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
git.py Correct usage for shutil.rmtree (#31541) 2017-10-13 10:30:15 -04:00
git_config.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
github_deploy_key.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
github_hooks.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
github_issue.py Add testcases for github_issue (#26309) 2017-08-30 14:50:45 -04:00
github_key.py Use correct variable from response in github_key (#25846) 2017-08-30 14:35:42 -04:00
github_release.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
gitlab_group.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
gitlab_project.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
gitlab_user.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
hg.py Fixes #30073: Remove 'Consider hg command' warning. (#31159) 2017-10-02 23:33:13 +02:00
subversion.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00