Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
centos7-system
Commits
2d0e3815
Commit
2d0e3815
authored
Feb 28, 2020
by
Oyvind.Gjesdal
Browse files
add default to volumes_add
parent
4140de56
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/volume.yml
View file @
2d0e3815
...
...
@@ -10,7 +10,7 @@
,
'lvname':
item.lvname|
default(item.mount_point
|
regex_replace('^.*/([^/]+$)','lv_
\\
1'))
,
'mount_point':
item.mount_point
,
'fs_type':
item.fs_type|
default('ext4')
,
'opts':
item.opts
}]
}}"
,
'opts':
item.opts
|
default('defaults')
}]
}}"
with_items
:
"
{{
volumes
}}"
-
name
:
"
Create
new
volume
groups"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment