Skip to content

Commit

Permalink
make root world-readable
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jul 24, 2024
1 parent 52536dd commit f4de75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/smi_root/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
state: directory
owner: "{{ ansible_become_user | default('root') }}"
group: "{{ smi_root_smi_group }}"
mode: u=rwx,g=rx,o=
mode: u=rwx,g=rx,o=rx

- name: Template README.md
become: true
Expand Down

0 comments on commit f4de75e

Please sign in to comment.