Skip to content

Commit

Permalink
role desktop_file: fix idempotence
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Sep 18, 2024
1 parent 7ea022f commit a3ad3dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/desktop_file/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
src: "{{ desktopfile_app_name }}_{{ item }}.png"
dest: "/tmp/{{ desktopfile_app_name }}_{{ item }}.png"
mode: 0644
force: false
with_items: "{{ desktopfile_sizes }}"

- name: Install icons as xdg resource
Expand Down

0 comments on commit a3ad3dc

Please sign in to comment.