- name: install server software
become: true
ansible.builtin.apt: name={{ item }} state=present
with_items:
- openssh-server