- name: install some packages
  apt: name={{ item }} state=latest
  with_items:
    - unattended-upgrades
    - screen
    - python-certbot-apache