9 lines
152 B
YAML
9 lines
152 B
YAML
|
- name: Install serial terminals (putty alternatives)
|
||
|
apt:
|
||
|
name:
|
||
|
- screen
|
||
|
- cutecom
|
||
|
- gtkterm
|
||
|
- minicom
|
||
|
state: latest
|