- name: Install required packages ansible.builtin.apt: name: - python3 - curl - git state: present update_cache: yes