Files
dsfin-ansible/roles/samba-server/handlers/main.yml
mpelle426 ed7eabd399 -numerous changes to work with Raspbian 10
-redo of some roles, particularly GUI
-modifications to support working from a "Raspbian Lite" install
2019-07-10 14:24:34 +01:00

10 lines
188 B
YAML

---
- name: Restart Samba
systemd:
name: smbd.service
state: restarted
enabled: yes
- name: Generate Samba Files
become: yes
shell: /home/pi/scripts/genfiles.sh