Another test

This commit is contained in:
Pierre-Yves Chibon 2013-09-20 16:21:31 +00:00
parent 21cdce6765
commit 44f3fc4bf7

View file

@ -12,7 +12,10 @@
- name: setup /etc/hosts for some clients
action: copy src=$item dest=/etc/hosts
with_first_found:
- files: $files/hosts/${ ansible_fqdn }-hosts $files/hosts/${ ansible_hostname }-hosts $files/hosts/${ ansible_domain }-hosts $files/hosts/${ host_group }-hosts
- $files/hosts/${ ansible_fqdn }-hosts
- $files/hosts/${ ansible_hostname }-hosts
- $files/hosts/${ ansible_domain }-hosts
- $files/hosts/${ host_group }-hosts
# skip: true
ignore_errors: true
tags: