1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/xsce-admin/tasks/access.yml
2017-05-27 11:09:50 -07:00

8 lines
169 B
YAML

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