system/tasks/depot_debian.yml

7 lines
181 B
YAML
Raw Normal View History

2019-09-18 21:14:11 +00:00
- name: add repo main contrib
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