mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add testcase for first_available_file
This commit is contained in:
@@ -41,7 +41,10 @@
|
||||
# not be triggered twice because it's already triggered
|
||||
|
||||
- name: test template
|
||||
action: template src=sample.j2 dest=/tmp/ansible_test_data_template.out
|
||||
action: template src=$item dest=/tmp/ansible_test_data_template.out
|
||||
first_available_file:
|
||||
- nonexistantfile
|
||||
- sample.j2
|
||||
notify:
|
||||
- on change 1
|
||||
- on change 2
|
||||
|
||||
Reference in New Issue
Block a user