kernel.yml 231 B

1234567
  1. ---
  2. - name: Ensure latest backports kernel is installed
  3. apt: name={{ item }} state=latest default_release={{ ansible_distribution_release }}-backports install_recommends=no
  4. with_items:
  5. - linux-image-amd64
  6. - linux-base