Browse Source

Should update apt before attempting install.

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
d079f66292
  1. 2
      provision/roles/common/tasks/main.yml

2
provision/roles/common/tasks/main.yml

@ -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

Loading…
Cancel
Save