Commit b63fda36 by Feanil Patel

Merge pull request #2041 from edx/feanil/update_before_security_installs

Run an update before security installs.
parents 193f258b 92c28c23
#### Enable periodic security updates
- name: install security packages
apt: name={{ item }} state=latest
apt: name={{ item }} state=latest update_cache=yes
with_items: security_debian_pkgs
......
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