-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:
18
roles/sipserver/tasks/main.yaml
Executable file → Normal file
18
roles/sipserver/tasks/main.yaml
Executable file → Normal file
@@ -1,9 +1,9 @@
|
||||
---
|
||||
- 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
|
||||
---
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user