Should update apt before attempting install.

This commit is contained in:
Drew Larson
2016-03-24 10:50:43 -06:00
parent cf59262277
commit d079f66292
+1 -1
View File
@@ -1,6 +1,6 @@
---
- name: install packages needed to for building modules
action: apt update_cache=no pkg={{ item }} state=installed
action: apt update_cache=yes pkg={{ item }} state=installed
with_items:
- build-essential
- autoconf