Skip to content

Commit e7f47ec

Browse files
committed
Issue #429: Another attempt to fix rails app checkout.
1 parent 3bc149a commit e7f47ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deployments/playbooks/provision.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@
1919
- libreadline-dev
2020
- tzdata
2121
state: present
22+
23+
- name: Ensure app directory exists and is writeable.
24+
file:
25+
path: "{{ app_directory }}"
26+
state: directory
27+
owner: "{{ app_user }}"
28+
group: "{{ app_user }}"
29+
mode: 0755

0 commit comments

Comments
 (0)