- name: Prepare hosts: all become: true tasks: - name: Installation de git package: name: git update_cache: true