You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
- name: expand samba config
|
|
command: /usr/share/openmediavault/mkconf/samba
|
|
changed_when: True
|
|
notify: restart smbd
|
|
|
|
- name: restart smbd
|
|
service: name=smbd state=restarted
|
|
|
|
- name: restart openmediavault-engined
|
|
service: name=openmediavault-engined state=restarted
|
|
|