mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 03:03:59 +00:00
13 lines
164 B
YAML
13 lines
164 B
YAML
---
|
|
- name: install basic packages
|
|
apt: >
|
|
pkg={{ item }}
|
|
state=present
|
|
with_items:
|
|
- screen
|
|
- vim
|
|
- git
|
|
- htop
|
|
- wget
|
|
- ruby2.0
|