Move all shared into this new repo
This commit is contained in:
8
file/samba/handlers/main.yml
Normal file
8
file/samba/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: restart samba
|
||||
service:
|
||||
name: "{{ item }}"
|
||||
state: restarted
|
||||
with_items:
|
||||
- 'nmbd'
|
||||
- 'smbd'
|
||||
Reference in New Issue
Block a user