-numerous changes to work with Raspbian 10
-redo of some roles, particularly GUI -modifications to support working from a "Raspbian Lite" install
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
- name: Restart Samba
|
||||
service:
|
||||
name: smbd.service
|
||||
state: restarted
|
||||
- name: Generate Samba Files
|
||||
become: yes
|
||||
shell: /home/pi/scripts/genfiles.sh
|
||||
---
|
||||
- name: Restart Samba
|
||||
systemd:
|
||||
name: smbd.service
|
||||
state: restarted
|
||||
enabled: yes
|
||||
- name: Generate Samba Files
|
||||
become: yes
|
||||
shell: /home/pi/scripts/genfiles.sh
|
||||
|
||||
Reference in New Issue
Block a user