--- - hosts: all become: yes pre_tasks: - apt: update_cache: yes # roles: # - geerlingguy.pip tasks: - apt: upgrade: yes - apt: name: - python3-pip - tmux - bash-completion - rsync - unattended-upgrades # - zsh