Issue #429: Another attempt to fix rails app checkout.

This commit is contained in:
Jeff Geerling
2022-04-15 14:42:36 -05:00
parent 3bc149a34b
commit e7f47ec42c
+8
View File
@@ -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