Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ansible
Merge requests
!8
handling custom path with non-existent subdirs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
handling custom path with non-existent subdirs
popindavibe/ansible:mr_cust_path
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Jean
requested to merge
popindavibe/ansible:mr_cust_path
into
master
5 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Addresses part of issue
#6 (closed)
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d5622dfb
1 commit,
5 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tasks/funkwhale.yml
+
6
−
0
Options
---
-
name
:
Ensure home folder can be created
become
:
true
file
:
path
:
"
{{
funkwhale_install_path
|
dirname
}}"
state
:
directory
-
name
:
"
Create
funkwhale
user"
become
:
true
user
:
Loading