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
2018-10-31 13:47:37 -04:00

8 lines
151 B
YAML

- name: "Install textmode remote access packages: screen, lynx"
package:
name:
- screen
- lynx
state: present
tags:
- download