Commit 92c28c23 by Feanil Patel

Run an update before security installs.

parent 193f258b
#### 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