1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/iiab-admin/tasks/access.yml
2018-10-28 11:39:38 -04:00

8 lines
150 B
YAML

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