added apt-get update to common
This commit is contained in:
parent
a04ad58543
commit
cf0b254d4e
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
- name: run apt-get update
|
||||
apt: update_cache=yes
|
||||
|
||||
- name: install common packages
|
||||
apt: name={{ item }} state=latest
|
||||
with_items:
|
||||
|
|
Loading…
Reference in a new issue