mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
modem support
This commit is contained in:
parent
2ebe521d09
commit
0830129d60
1 changed files with 8 additions and 1 deletions
|
@ -26,6 +26,12 @@
|
|||
- libssl-dev
|
||||
- libopenjp2-7 # 2020-02-01: To solve bug #2221
|
||||
- supervisor
|
||||
- usb-modeswitch
|
||||
- usb-modeswitch-data
|
||||
- mobile-broadband-provider-info
|
||||
- ppp
|
||||
- wvdial
|
||||
|
||||
state: present
|
||||
|
||||
# For development purposes -- To install Lokole from a given commit, add the
|
||||
|
@ -76,7 +82,8 @@
|
|||
ansible.builtin.user:
|
||||
state: present
|
||||
name: "{{ lokole_user }}"
|
||||
group: "{{ lokole_user }}"
|
||||
#group: "{{ lokole_user }}"
|
||||
groups: dialout, dip
|
||||
system: yes
|
||||
uid: "{{ lokole_uid }}"
|
||||
home: "{{ lokole_home_dir }}"
|
||||
|
|
Loading…
Reference in a new issue