Skip to content

Commit ea347ab

Browse files
committed
Disable apport
1 parent 1161f2e commit ea347ab

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ansible/roles/dev-desktop/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
- include_tasks: github.yml
1313
- include_tasks: motd.yml
1414
- include_tasks: scripts.yml
15+
- include_tasks: services.yml
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
3+
- name: Disable the apport service
4+
ansible.builtin.systemd:
5+
enabled: false
6+
state: stopped
7+
name: apport.service
8+
# Not all of our hosts actually have this, just ignore it if it fails.
9+
ignore_errors: true

0 commit comments

Comments
 (0)