Install libpam-systemd before installing needrestart
authorRalf Jung <post@ralfj.de>
Sat, 16 Jun 2018 10:05:23 +0000 (12:05 +0200)
committerRalf Jung <post@ralfj.de>
Sat, 16 Jun 2018 10:05:23 +0000 (12:05 +0200)
Otherwise, needrestart can pull in libpam-systemd from backports, and therefore
upgrade the entire systemd to backports.

roles/base/tasks/main.yml

index d1c108c9a5f28ef50c235ee989686bb1e9e662b2..0757dc7c6c6e5278fdce77e4666968dc336c961c 100644 (file)
   when: backports.rc != 0
   apt_repository: repo='deb http://httpredir.debian.org/debian {{ansible_distribution_release}}-backports main contrib non-free' state=present update_cache=yes
 - name: get rid of packages we do not want
-  apt: name=exim4-base,rpcbind state=absent autoremove=yes
+  apt: name=exim4-base,rpcbind,procmail,fetchmail state=absent autoremove=yes
+- name: install some basic tools
+  apt: name=nano,aptitude,rsync,git,mercurial,curl,apt-transport-https,psmisc,dnsutils,tree,htop,acl,libpam-systemd state=latest
 - name: install needrestart (from backports)
   apt: name=needrestart state=latest default_release={{ansible_distribution_release}}-backports
-- name: install some basic tools
-  apt: name=aptitude,rsync,git,mercurial,curl,apt-transport-https,psmisc,dnsutils,tree,htop,acl state=latest
 # configuration
 - name: configure root shell
   copy: