- name: Pre install become: true hosts: - galene tasks: - name: Update repositories ansible.builtin.apt: update_cache: true upgrade: full - name: Install galene become: true hosts: - galene roles: - certbot - galene