From 3f729166838bfcee1882c100a167920637160958 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 8 Nov 2019 22:50:51 +0000 Subject: [PATCH] hosts: another case of skip:true 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 36d382f452..af8596baa1 100644 --- a/roles/hosts/tasks/main.yml +++ b/roles/hosts/tasks/main.yml @@ -19,7 +19,7 @@ - "{{ ansible_domain }}-hosts" - "{{ datacenter }}-hosts" - "base" - skip: true + errors: true tags: - config - hosts