Draft implementation of sambox-client.
This commit is contained in:
parent
e5ae626936
commit
e55997a01c
10 changed files with 152 additions and 7 deletions
9
roles/smb-sshfs-client/handlers/main.yml
Normal file
9
roles/smb-sshfs-client/handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: restart sssd
|
||||
service: name=sssd state=restarted enabled=yes
|
||||
listen: "restart sssd"
|
||||
|
||||
- name: reload systemd
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
listen: "reload systemd"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue