1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 01:13:22 -05:00

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

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