Skip to content
Snippets Groups Projects
Commit d5622dfb authored by popi's avatar popi
Browse files

handling custom path with non-existent subdirs

parent e5c81825
No related branches found
No related tags found
1 merge request!8handling custom path with non-existent subdirs
---
- 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