- name: Add repo main contrib ansible.builtin.apt_repository: repo: deb http://ftp.fr.debian.org/debian/ stable main contrib non-free state: present update_cache: true become: true