Skip to content

Commit

Permalink
docker: bring override directory permissions inline with other direct…
Browse files Browse the repository at this point in the history
…ories
  • Loading branch information
saltydk committed Sep 26, 2024
1 parent 9d9b496 commit e76dc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/docker/tasks/subtasks/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
ansible.builtin.file:
path: /etc/systemd/system/docker.service.d
state: directory
mode: "0644"
mode: "0755"

- name: "Daemon | Import override file"
ansible.builtin.template:
Expand Down

0 comments on commit e76dc29

Please sign in to comment.