Commit 582eb4f6 by Ned Batchelder

It's always a good idea to update the cache before installing

parent 8576eaf1
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
- install:base - install:base
- name: install a bunch of system packages on which edx_ansible relies - name: install a bunch of system packages on which edx_ansible relies
apt: pkg={{','.join(edx_ansible_debian_pkgs)}} state=present apt: pkg={{','.join(edx_ansible_debian_pkgs)}} state=present update_cache=true
tags: tags:
- install:system-requirements - install:system-requirements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment