mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
added test for first_available and copy
This commit is contained in:
@@ -250,3 +250,9 @@
|
|||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- replace_follow_result.checksum == target_file_result.stdout
|
- replace_follow_result.checksum == target_file_result.stdout
|
||||||
|
|
||||||
|
- name: test first avialable file
|
||||||
|
copy: dest={{output_dir}}/faf_test
|
||||||
|
first_available_file:
|
||||||
|
- doesntexist.txt
|
||||||
|
- foo.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user