Skip to content
Snippets Groups Projects
Verified Commit 32afbe15 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add unattended-upgrades to its own job so it does not interfere with apt...

add unattended-upgrades to its own job so it does not interfere with apt installations in the pipeline
parent 6f218ecd
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,13 @@
- rsyslog
- syslog-ng
- name: Install unattended upgrades last
apt:
state: present
name:
- unattended-upgrades
update_cache: no
- name: Install python deps
tags:
- package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment