Skip to content

Commit ba893f7

Browse files
committed
Fix playbook.yml
1 parent b24d33a commit ba893f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backend/ansible/playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
dest: /opt/CookieLess/backend/.env
8888
owner: root
8989
group: root
90-
mode: '0777'
90+
mode: '0644'
91+
force: yes
9192

9293

9394
- name: Start containers

0 commit comments

Comments
 (0)