fix: add missing task to deploy coredump.conf
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a33b0ac513
commit
1027a1ad75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user