mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
* 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 |
||
---|---|---|
.. | ||
__init__.py | ||
bzr.py | ||
git.py | ||
git_config.py | ||
github_deploy_key.py | ||
github_hooks.py | ||
github_issue.py | ||
github_key.py | ||
github_release.py | ||
gitlab_group.py | ||
gitlab_project.py | ||
gitlab_user.py | ||
hg.py | ||
subversion.py |