From 8358a3f198ba6c8a0f1abddef4d1a361ab47a6dd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 29 May 2019 02:20:50 +0000 Subject: [PATCH] revert back to skip: true for these. Signed-off-by: Kevin Fenzi --- roles/hosts/tasks/main.yml | 2 +- roles/sudo/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/hosts/tasks/main.yml b/roles/hosts/tasks/main.yml index d59c19100b..36d382f452 100644 --- a/roles/hosts/tasks/main.yml +++ b/roles/hosts/tasks/main.yml @@ -19,7 +19,7 @@ - "{{ ansible_domain }}-hosts" - "{{ datacenter }}-hosts" - "base" - errors: ignore + skip: true tags: - config - hosts diff --git a/roles/sudo/tasks/main.yml b/roles/sudo/tasks/main.yml index f75f5df5d9..5d0b1562c2 100644 --- a/roles/sudo/tasks/main.yml +++ b/roles/sudo/tasks/main.yml @@ -44,7 +44,7 @@ - "{{ private }}/files/sudo/{{ inventory_hostname }}-sudoers" - "{{ private }}/files/sudo/{{ ansible_hostname }}-sudoers" - "{{ private }}/files/sudo/{{ ansible_domain }}-sudoers" - errors: ignore + skip: true tags: - config - sudo