13 lines
178 B
YAML
13 lines
178 B
YAML
---
|
|
- name: install common packages
|
|
apt: name={{ item }} state=latest
|
|
with_items:
|
|
- aptitude
|
|
- curl
|
|
- git
|
|
- mosh
|
|
- nano
|
|
- python
|
|
- wget
|
|
- zsh
|