mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-16 01:53:26 +00:00
12 lines
150 B
YAML
12 lines
150 B
YAML
---
|
|
- name: install basic packages
|
|
apt: >
|
|
pkg={{ item }}
|
|
state=present
|
|
with_items:
|
|
- screen
|
|
- vim
|
|
- git
|
|
- htop
|
|
- wget
|