From 7463139d309d51949b8ada96600ac05feb05e55a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 8 Nov 2019 23:00:42 +0000 Subject: [PATCH] hosts: ok, try just defaulting here. Signed-off-by: Kevin Fenzi --- roles/hosts/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/hosts/tasks/main.yml b/roles/hosts/tasks/main.yml index c502589449..861da024fe 100644 --- a/roles/hosts/tasks/main.yml +++ b/roles/hosts/tasks/main.yml @@ -11,7 +11,6 @@ # - name: setup /etc/hosts for some clients copy: src={{ item }} dest=/etc/hosts - errors: ignore with_first_found: - files: - "{{ inventory_hostname }}-hosts" @@ -19,7 +18,7 @@ - "{{ host_group }}-hosts" - "{{ ansible_domain }}-hosts" - "{{ datacenter }}-hosts" - - "base" + - base tags: - config - hosts