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

14 lines
163 B
YAML
Raw Normal View History

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