- hosts: all become: yes tasks: - name: install apt packages apt: pkg: - git - python3 - metastore state: present update_cache: yes force_apt_get: True