disable mint report
This commit is contained in:
parent
e8fe352cc8
commit
3d5044ab1b
2 changed files with 6 additions and 1 deletions
|
@ -60,3 +60,8 @@
|
|||
enabled: true
|
||||
scope: user
|
||||
state: started
|
||||
- name: Disable Mint Report
|
||||
become: true
|
||||
file:
|
||||
path: /etc/xdg/autostart/mintreport.desktop
|
||||
state: absent
|
||||
|
|
Reference in a new issue