Skip to content

Commit

Permalink
Fix atlas_dir permissions (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Anis FATHALLAH <anis@fathallah.fr>
  • Loading branch information
anisf authored Nov 7, 2022
1 parent ce5c848 commit 392ff20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/deployment/cluster/tasks/nav2atlas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
ansible.builtin.file:
state: directory
path: "{{ nav2atlas_dir }}"
mode: 700
mode: 0700
owner: atlas
group: atlas
delegate_to: "{{ groups.atlas_atlas_server | first }}"
Expand Down

0 comments on commit 392ff20

Please sign in to comment.