Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Aug 15, 2024
1 parent c2ae4bd commit 55f151a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
file:
path: "{{ ansible_user_dir }}/bin"
state: directory
mode: "0700"
register: scripts_dir

- name: Copy notify_sleep.sh
copy:
src: "{{ playbook_dir }}/configuration/notify_sleep.sh"
dest: "{{ scripts_dir.path }}/notify_sleep.sh"
mode: "0700"
register: notify_sleep_script
when: computer_type == "personal"

Expand Down

0 comments on commit 55f151a

Please sign in to comment.