now using "packages" role
This commit is contained in:
parent
8c485daf26
commit
77d73a1693
4 changed files with 46 additions and 48 deletions
|
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
- name: install basic packages
|
||||
apt:
|
||||
pkg: "{{ packages | dict2items | rejectattr('value', 'none') | map(attribute='key') | list }}"
|
||||
update_cache: yes
|
||||
|
||||
- name: copy environment
|
||||
copy:
|
||||
src: dotfiles/environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue