Commit b9a14900 by Feanil Patel Committed by GitHub

Merge pull request #4066 from edx/jibsheet/disable-unattended-upgrades-more

Found another new security upgrader running on our 16.04 machines
parents 06e4dc5e 30728022
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
with_items: with_items:
- "systemctl disable apt-daily.service" - "systemctl disable apt-daily.service"
- "systemctl disable apt-daily.timer" - "systemctl disable apt-daily.timer"
- "systemctl disable apt-daily-upgrade.timer"
- name: Disable unattended-upgrades - name: Disable unattended-upgrades
file: file:
......
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