Browse Source

Should update apt before attempting install.

feature/python-error-tracking
Drew Larson 9 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 - 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: with_items:
- build-essential - build-essential
- autoconf - autoconf

Loading…
Cancel
Save