Let's not skip

This commit is contained in:
Pierre-Yves Chibon 2013-09-20 18:01:09 +02:00
parent cdfcf93ce7
commit 6e4809fb1d

View file

@ -13,6 +13,6 @@
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
skip: true
# skip: true
tags:
- config