From edf6f0d63c64ee32e21f7a4b318d2ed20c74c196 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 1 Feb 2021 06:55:03 -0600 Subject: [PATCH] ignore_errors got left behind on the wrong import! ;D --- local.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/local.yml b/local.yml index e73c830..60e7e33 100644 --- a/local.yml +++ b/local.yml @@ -16,16 +16,15 @@ tasks: - include: tasks/general/software/packages.yml - include: tasks/general/software/harden.yml + ignore_errors: yes - include: tasks/general/acct_mgmt/groups.yml - include: tasks/general/acct_mgmt/users.yml - include: tasks/general/acct_mgmt/sudo.yml - include: tasks/general/acct_mgmt/keys.yml - when: ansible_distribution != "Debian" - include: tasks/general/acct_mgmt/mounts.yml - include: tasks/general/cron/ansible.yml - ignore_errors: yes # Workstations