Move files and handlers to corresponding role.
This commit is contained in:
parent
08d1bccace
commit
244a1cad2e
5 changed files with 11 additions and 13 deletions
|
@ -144,19 +144,19 @@
|
|||
loop:
|
||||
- /usr/local/share/applications
|
||||
- /usr/local/share/desktop-directories
|
||||
notify: update-desktop-database
|
||||
notify: Run update-desktop-database
|
||||
|
||||
- name: Copy fvs.directory
|
||||
ansible.builtin.copy:
|
||||
src: fvs.directory
|
||||
dest: /usr/local/share/desktop-directories/
|
||||
notify: update-desktop-database
|
||||
notify: Run update-desktop-database
|
||||
|
||||
- name: Copy fvs.menu
|
||||
ansible.builtin.copy:
|
||||
src: fvs.menu
|
||||
dest: /etc/xdg/menus/applications-merged/
|
||||
notify: update-desktop-database
|
||||
notify: Run update-desktop-database
|
||||
|
||||
- name: sync .torrent, .xml and .desktop files and run update-desktop-database
|
||||
command: sync-vm.sh -t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue