ignore_errors got left behind on the wrong import! ;D
This commit is contained in:
parent
e3b5d6b915
commit
edf6f0d63c
@ -16,16 +16,15 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- include: tasks/general/software/packages.yml
|
- include: tasks/general/software/packages.yml
|
||||||
- include: tasks/general/software/harden.yml
|
- include: tasks/general/software/harden.yml
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- include: tasks/general/acct_mgmt/groups.yml
|
- include: tasks/general/acct_mgmt/groups.yml
|
||||||
- include: tasks/general/acct_mgmt/users.yml
|
- include: tasks/general/acct_mgmt/users.yml
|
||||||
- include: tasks/general/acct_mgmt/sudo.yml
|
- include: tasks/general/acct_mgmt/sudo.yml
|
||||||
- include: tasks/general/acct_mgmt/keys.yml
|
- include: tasks/general/acct_mgmt/keys.yml
|
||||||
when: ansible_distribution != "Debian"
|
|
||||||
- include: tasks/general/acct_mgmt/mounts.yml
|
- include: tasks/general/acct_mgmt/mounts.yml
|
||||||
|
|
||||||
- include: tasks/general/cron/ansible.yml
|
- include: tasks/general/cron/ansible.yml
|
||||||
ignore_errors: yes
|
|
||||||
|
|
||||||
|
|
||||||
# Workstations
|
# Workstations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user