Apt module changed format
This commit is contained in:
parent
bbbbce3137
commit
6c0156850b
@ -1,12 +1,13 @@
|
||||
---
|
||||
|
||||
- name: Install misc software
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
- htop
|
||||
- rsync
|
||||
- vim-nox
|
||||
- zsh
|
||||
apt:
|
||||
state: latest
|
||||
pkg:
|
||||
- htop
|
||||
- rsync
|
||||
- vim-nox
|
||||
- zsh
|
||||
|
||||
- name: Configure misc software
|
||||
copy: src={{ item.src }} dest={{ item.dest }}
|
||||
|
Loading…
Reference in New Issue
Block a user