Fix paths

This commit is contained in:
Kevin Fenzi 2014-06-23 01:01:24 +00:00
parent 800c03d37e
commit 3a0d2d4483

View file

@ -13,10 +13,10 @@
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"
- "{{ ansible_fqdn }}-hosts"
- "{{ ansible_hostname }}-hosts"
- "{{ ansible_domain }}-hosts"
- "{{ host_group }}-hosts"
skip: true
tags:
- config