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
21b11156
Commit
21b11156
authored
Oct 15, 2019
by
Oyvind.Gjesdal
Browse files
bruker 'defaults' som fallback for opts på mount
parent
560d4895
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/volume.yml
View file @
21b11156
...
...
@@ -46,4 +46,5 @@
src
:
"
/dev/{{
item.vgname
}}/{{
item.lvname
}}"
fstype
:
"
{{
item.fs_type
}}"
state
:
"
mounted"
opts
:
"
{{
item.opts
|
default('defaults')
}}"
with_items
:
"
{{
volumes_add
}}"
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