-redo of some roles, particularly GUI -modifications to support working from a "Raspbian Lite" install
10 lines
218 B
YAML
10 lines
218 B
YAML
---
|
|
- name: enable cron job for sip server
|
|
become: true
|
|
cron:
|
|
name: "sipserver"
|
|
minute: "*/30"
|
|
user: root
|
|
job: "/home/pi/sipp/startserver.sh"
|
|
tags: sipserver_cron
|