Optimierung: Common Pakete in einem Task installieren
This commit is contained in:
parent
b56b258d91
commit
58ca61e934
9 changed files with 11 additions and 40 deletions
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
- include: wget.yml
|
||||
- include: curl.yml
|
||||
- include: zsh.yml
|
||||
- include: git.yml
|
||||
- include: nano.yml
|
||||
- include: python.yml
|
||||
- include: mosh.yml
|
||||
- include: aptitude.yml
|
||||
- name: install common packages
|
||||
apt: name={{ item }} state=latest
|
||||
with_items:
|
||||
- aptitude
|
||||
- curl
|
||||
- git
|
||||
- mosh
|
||||
- nano
|
||||
- python
|
||||
- wget
|
||||
- zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue