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
el8
Commits
1a596ed9
Commit
1a596ed9
authored
Nov 10, 2020
by
Oyvind.Gjesdal
Browse files
add become
parent
839ecea8
Pipeline
#42892
passed with stage
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tasks/nfs.yml
View file @
1a596ed9
...
...
@@ -8,7 +8,7 @@
-
name
:
Mount NFS share_mounts
become
:
true
mount
:
fstype
:
nfs
4
fstype
:
nfs
name
:
"
{{
item.path
}}"
opts
:
"
vers={{
nfs_version
}},{{
item.opts
|
default(nfs_mount_opts)
}}"
src
:
"
{{
item.location
}}"
...
...
@@ -17,3 +17,4 @@
state
:
"
{{
item.state
|
default(
'mounted'
)
}}"
with_items
:
"
{{
nfs_share_mounts
}}"
loop
:
"
{{ nfs_share_mounts
}}"
become
:
true
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