mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added test for first_available and copy
This commit is contained in:
parent
0f915dc122
commit
11f1d99a5b
1 changed files with 6 additions and 0 deletions
|
@ -250,3 +250,9 @@
|
|||
assert:
|
||||
that:
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue