Merge pull request #6735 from echohead/with_first_found_typo

Fix typo in with_first_found doc.
This commit is contained in:
Michael DeHaan 2014-03-27 16:53:47 -04:00
commit 6a4bae3b73

View file

@ -250,7 +250,7 @@ that matches a given criteria, and some of the filenames are determined by varia
- name: INTERFACES | Create Ansible header for /etc/network/interfaces - name: INTERFACES | Create Ansible header for /etc/network/interfaces
template: src={{ item }} dest=/etc/foo.conf template: src={{ item }} dest=/etc/foo.conf
with_first_found: with_first_found:
- "{{ansible_virtualization_type}_foo.conf" - "{{ansible_virtualization_type}}_foo.conf"
- "default_foo.conf" - "default_foo.conf"
This tool also has a long form version that allows for configurable search paths. Here's an example:: This tool also has a long form version that allows for configurable search paths. Here's an example::