Skip to content

Commit

Permalink
Issue geerlingguy#429: Another attempt to fix rails app checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 15, 2022
1 parent 3bc149a commit e7f47ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deployments/playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@
- libreadline-dev
- tzdata
state: present

- name: Ensure app directory exists and is writeable.
file:
path: "{{ app_directory }}"
state: directory
owner: "{{ app_user }}"
group: "{{ app_user }}"
mode: 0755

0 comments on commit e7f47ec

Please sign in to comment.