fix linter
This commit is contained in:
parent
8f17a34bd2
commit
8f55dfe26d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
- set_fact:
|
||||
- name: store mount object
|
||||
set_fact:
|
||||
mount: "{{ {}|combine(item.value, { 'mountpoint': item.key }, recursive=True) }}"
|
||||
|
||||
- name: "create mount point {{ mount.mountpoint }}"
|
||||
file:
|
||||
file: # noqa risky-file-permissions
|
||||
path: "{{ mount.mountpoint }}"
|
||||
state: directory
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue