ignore_errors got left behind on the wrong import! ;D

This commit is contained in:
Hyperling 2021-02-01 06:55:03 -06:00
parent e3b5d6b915
commit edf6f0d63c

View File

@ -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