-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:
mpelle426
2019-07-10 14:24:34 +01:00
parent f86279f3cc
commit ed7eabd399
61 changed files with 12386 additions and 12383 deletions

18
roles/sipserver/tasks/main.yaml Executable file → Normal file
View 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