Skip to content

Commit

Permalink
Update the copy permission (#8982)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 authored Jan 16, 2025
1 parent 625bde3 commit 2b6e3fe
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@
- name: Add a custom shortcut icon
ansible.builtin.copy:
src: rad_lab.png
dest: "/usr/share/icons/hicolor/48x48/apps/rad_lab.png"
mode: u=rw,g=rw,o=
dest: "/usr/share/icons/hicolor/48x48/apps/"
mode: u=r,g=r,o=
become: true

- name: Add a firefox shortcut for the lab instructions
ansible.builtin.copy:
Expand Down

0 comments on commit 2b6e3fe

Please sign in to comment.