mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
Issue #429: Another attempt to fix rails app checkout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user