Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
samba
Commits
8f597176
Commit
8f597176
authored
Sep 11, 2019
by
Lars Beckers
Browse files
nfs-client: fix jinja spacing
parent
c281ae80
Changes
1
Show whitespace changes
Inline
Side-by-side
nfs-client/tasks/main.yml
View file @
8f597176
...
...
@@ -179,20 +179,20 @@
-
name
:
Ensure mountpoints are directories
file
:
path
:
"
/{{item.dest}}"
path
:
"
/{{
item.dest
}}"
state
:
directory
with_items
:
"
{{nfs_shares}}"
with_items
:
"
{{
nfs_shares
}}"
tags
:
-
nfs-client
-
name
:
Create fstab entries
mount
:
fstype
:
"
nfs"
src
:
"
{{item.src}}"
path
:
"
/{{item.dest}}"
opts
:
"
{{item.options}}"
src
:
"
{{
item.src
}}"
path
:
"
/{{
item.dest
}}"
opts
:
"
{{
item.options
}}"
state
:
mounted
with_items
:
"
{{nfs_shares}}"
with_items
:
"
{{
nfs_shares
}}"
tags
:
-
nfs-client
...
...
Write
Preview
Supports
Markdown
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