From ccd4c894f4ae4738049dc64d65a50301125931b2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 8 Nov 2019 23:06:37 +0000 Subject: [PATCH] hosts: try specifying the role_path Signed-off-by: Kevin Fenzi --- roles/hosts/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hosts/tasks/main.yml b/roles/hosts/tasks/main.yml index 861da024fe..8c1e24306d 100644 --- a/roles/hosts/tasks/main.yml +++ b/roles/hosts/tasks/main.yml @@ -18,7 +18,7 @@ - "{{ host_group }}-hosts" - "{{ ansible_domain }}-hosts" - "{{ datacenter }}-hosts" - - base + - "{{ roles_path }}/hosts/files/base" tags: - config - hosts