Skip to content

Commit 61faa2e

Browse files
authored
Merge pull request #618 from clubby789/apport-disable
dev-desktops: disable `apport` service
2 parents 6c67646 + ea347ab commit 61faa2e

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)