ansible-role--basesystem/tasks/system.yml

14 lines
163 B
YAML
Raw Permalink Normal View History

2015-12-27 18:48:21 +00:00
---
- name: "Installing system tools"
apt: >
name="{{item}}"
state=present
with_items:
- htop
- lshw
2015-12-29 14:21:04 +00:00
- slay
- unrar
2016-02-17 00:05:02 +00:00
- p7zip-full
2015-12-27 18:48:21 +00:00