system/tasks/depot_debian.yml

7 lines
197 B
YAML
Raw Normal View History

2022-12-10 17:51:03 +00:00
- name: Add repo main contrib
ansible.builtin.apt_repository:
2022-02-13 08:40:15 +00:00
repo: deb http://ftp.fr.debian.org/debian/ stable main contrib non-free
state: present
update_cache: true
become: true