1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update access.yml

This commit is contained in:
A Holt 2017-12-06 14:41:17 -05:00 committed by GitHub
parent 121f5d409d
commit 73005eff34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
- name: Install textmode remote access packages
package: name={{ item }}
state=present
package:
name: "{{ item }}"
state: present
with_items:
- screen
- lynx
- screen
- lynx
tags:
- download