added test for first_available and copy

pull/11259/head
Brian Coca 9 years ago
parent 0f915dc122
commit 11f1d99a5b

@ -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…
Cancel
Save