Removed file-manager.yml as nautilus is default already

This commit is contained in:
swapnil 2022-03-22 20:33:54 +05:30
parent 59d3d5af84
commit ba33a21af5
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
---
- name: File Manager | Install nautilus
become: yes
apt:
name: nautilus
state: latest
- name: File Manager | Make Nautilus default file manager
shell:
cmd: "xdg-mime default nautilus.desktop inode/directory application"