Skip to content

Commit 3940a80

Browse files
Fix folder permissions on FreeBSD
1 parent 58196d1 commit 3940a80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/setup.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
ansible.builtin.file:
1313
state: directory
1414
name: "{{ item }}"
15+
owner: root
16+
mode: "0755"
1517
loop:
1618
- "{{ roadrunner.prefix.bin }}"
1719
- "{{ roadrunner.prefix.config }}"

0 commit comments

Comments
 (0)