Fix syntax in desktop-file related tasks.
This commit is contained in:
parent
3e89571a96
commit
46a45bfc0f
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
listen: "enable vmimage-torrent.service"
|
||||
|
||||
- name: Run update-desktop-database
|
||||
command: update-desktop-database "{ item }"
|
||||
command: update-desktop-database "{{ item }}"
|
||||
loop:
|
||||
- /usr/local/share/applications
|
||||
- /usr/local/share/desktop-directories
|
||||
|
|
|
@ -178,7 +178,7 @@
|
|||
|
||||
- name: Create directory for local .desktop-Files
|
||||
ansible.builtin.file:
|
||||
path: "{ item }"
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
loop:
|
||||
|
|
Loading…
Add table
Reference in a new issue