updated role to use array of packages directly
This commit is contained in:
parent
a9650108e4
commit
4a0cdd9e26
1 changed files with 40 additions and 41 deletions
|
|
@ -1,10 +1,7 @@
|
|||
---
|
||||
- name: install basic packages
|
||||
apt:
|
||||
pkg: "{{ item }}"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
with_items:
|
||||
pkg:
|
||||
- aptitude
|
||||
- bsdtar
|
||||
- curl
|
||||
|
|
@ -44,6 +41,8 @@
|
|||
- net-tools
|
||||
- sudo
|
||||
- bzip2
|
||||
state: latest
|
||||
update_cache: yes
|
||||
|
||||
- name: copy environment
|
||||
copy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue