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