Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ansible-roles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jocelyn Delalande
ansible-roles
Commits
a8756085
Commit
a8756085
authored
Jul 07, 2018
by
Jocelyn Delalande
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cifs-client: Fix ansible syntax
With ansible >= 2.0
parent
c7994cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cifs-client/tasks/main.yml
cifs-client/tasks/main.yml
+2
-2
No files found.
cifs-client/tasks/main.yml
View file @
a8756085
...
...
@@ -7,7 +7,7 @@
dest
:
"
/etc/fstab.{{
item.name
}}.creds"
mode
:
0600
owner
:
root
with_items
:
cifs_mounts
with_items
:
"
{{
cifs_mounts
}}"
-
name
:
Ensure CIFS mount is present
mount
:
...
...
@@ -16,4 +16,4 @@
fstype
:
cifs
opts
:
"
credentials=/etc/fstab.{{
item.name
}}.creds,iocharset=utf8,uid={{
item.localuser
}},gid={{
item.localgroup
}}"
state
:
mounted
with_items
:
cifs_mounts
with_items
:
"
{{
cifs_mounts
}}"
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