diff --git a/tasks/hosts.yml b/tasks/hosts.yml index d2686330f0..9bd00686a9 100644 --- a/tasks/hosts.yml +++ b/tasks/hosts.yml @@ -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