fix: add missing task to deploy coredump.conf
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-09-19 16:24:05 +02:00
parent a33b0ac513
commit 1027a1ad75
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 8 additions and 0 deletions

View File

@ -24,5 +24,13 @@
owner: root
group: root
mode: 0644
- name: Disable core dump via systemd
template:
src: etc/systemd/coredump.conf.j2
dest: /etc/systemd/coredump.conf
owner: root
group: root
mode: 0644
become: True
become_user: root