ansible-host: Fix private directory link
This commit is contained in:
parent
eb92f9f7bd
commit
d09ad303dc
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
|
||||
- name: link private directory
|
||||
file:
|
||||
src: "/srv/private"
|
||||
dest: "/export/private"
|
||||
src: "/export/private"
|
||||
dest: "/srv/private"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
state: link
|
||||
|
|
Loading…
Add table
Reference in a new issue