1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/iiab-admin/tasks/access.yml

7 lines
148 B
YAML
Raw Normal View History

- name: "Install text mode packages, useful during remote access: screen, lynx"
2017-12-06 19:41:17 +00:00
package:
2018-10-28 15:39:38 +00:00
name:
- lynx
- screen
2018-10-28 15:39:38 +00:00
state: present