security.yml 253 B

12345
  1. - name: Reconfigure unattended-upgrades
  2. raw: rm -f /etc/apt/apt.conf.d/20auto-upgrades* ; UCF_FORCE_CONFFMISS=1 UCF_FORCE_CONFFNEW=1 dpkg-reconfigure --frontend noninteractive unattended-upgrades
  3. - name: Remount /proc
  4. shell: mount -o remount /proc