7e6554b9ff
* 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
(cherry picked from commit
|
||
---|---|---|
.. | ||
ambiguous-ref.yml | ||
archive.yml | ||
change-repo-url.yml | ||
checkout-new-tag.yml | ||
depth.yml | ||
formats.yml | ||
gpg-verification.yml | ||
localmods.yml | ||
main.yml | ||
missing_hostkey.yml | ||
no-destination.yml | ||
reset-origin.yml | ||
setup-local-repos.yml | ||
setup.yml | ||
specific-revision.yml | ||
submodules.yml |