Issue #2: Remove extra test output data, adjust gitignore.

This commit is contained in:
Jeff Geerling
2020-01-30 14:14:13 -06:00
parent d94dd72ae6
commit 828b3ea123
20 changed files with 126 additions and 13370 deletions

View File

@@ -0,0 +1,3 @@
# README
The `test_tempfile.py` module added here is only used for the `setup_remote_tmp_dir.yml` temporary directory setup task. It is a clone of the `tempfile.py` community-supported Ansible module, and has to be included with the tests here because it is not available in the `ansible-base` distribution against which this collection is tested.