Skip to content
Snippets Groups Projects
Commit 41e3bd9e authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'mr_cust_path' into 'master'

handling custom path with non-existent subdirs

See merge request !8
parents e5c81825 d5622dfb
No related branches found
No related tags found
1 merge request!8handling custom path with non-existent subdirs
Pipeline #9514 passed with stages
in 6 minutes and 16 seconds
---
- name: Ensure home folder can be created
become: true
file:
path: "{{ funkwhale_install_path | dirname }}"
state: directory
- name: "Create funkwhale user"
become: true
user:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment