add role for samba-install, grub-config, update network and handlers
This commit is contained in:
7
handlers/main.yml
Normal file
7
handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Restart Samba
|
||||
systemd:
|
||||
name: smbd.service
|
||||
state: restarted
|
||||
enabled: yes
|
||||
#masked: no
|
||||
register: samba_reload
|
Reference in New Issue
Block a user