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 action: copy src={{ item }} dest=/etc/hosts
with_first_found: with_first_found:
- files: - files:
- "{{ files }}/hosts/{{ ansible_fqdn }}-hosts" - "{{ ansible_fqdn }}-hosts"
- "{{ files }}/hosts/{{ ansible_hostname }}-hosts" - "{{ ansible_hostname }}-hosts"
- "{{ files }}/hosts/{{ ansible_domain }}-hosts" - "{{ ansible_domain }}-hosts"
- "{{ files }}/hosts/{{ host_group }}-hosts" - "{{ host_group }}-hosts"
skip: true skip: true
tags: tags:
- config - config