ansible/test/integration/targets/copy/tasks
Sam Doran a8e4c9be7a Cause copy module to fail on empty string as source (#27975)
* Fail if an empty string is set as src for copy module

Fixes #27363

* Cleanup task formatting on copy tests

Use multi-line YAML
Add debug statements with verbosity: 1 rather than leave them in there commented out.

* Add test for empty string as source

* Do more checks in order to add more specific errors messages

Add more integration tests for the various failure scenarios.
Cleanup some syntax on existing integration test tasks.
2017-08-15 12:41:16 -04:00
..
dest_in_non_existent_directories.yml copy: clearer parameter values (tests) 2017-08-13 08:22:22 -07:00
main.yml Cause copy module to fail on empty string as source (#27975) 2017-08-15 12:41:16 -04:00
src_file_dest_file_in_non_existent_dir.yml copy: clearer parameter values (tests) 2017-08-13 08:22:22 -07:00
tests.yml Cause copy module to fail on empty string as source (#27975) 2017-08-15 12:41:16 -04:00