system/tasks/depot_debian.yml
2022-02-13 09:42:01 +01:00

7 lines
181 B
YAML

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