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
|
@ -1,9 +1,9 @@
|
|||
- name: reload libvirtd
|
||||
- name: Reload libvirtd
|
||||
systemd:
|
||||
name: libvirtd.service
|
||||
listen: reload libvirtd
|
||||
|
||||
- name: enable vmimage-torrent service
|
||||
- name: Enable vmimage-torrent service
|
||||
systemd:
|
||||
name: vmimage-torrent.service
|
||||
state: restarted
|
||||
|
@ -11,3 +11,9 @@
|
|||
enabled: true
|
||||
listen: "enable vmimage-torrent.service"
|
||||
|
||||
- name: Run update-desktop-database
|
||||
command: update-desktop-database "{ item }"
|
||||
loop:
|
||||
- /usr/local/share/applications
|
||||
- /usr/local/share/desktop-directories
|
||||
- /etc/xdg/menus/applications-merged
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue