feat(repo): Initial commit
This commit is contained in:
8
tasks/repo-enable-non-free.yml
Normal file
8
tasks/repo-enable-non-free.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
- name: 'In ''/etc/apt/sources.list'' enable non-free component in all Debian-native repos'
|
||||
ansible.builtin.replace:
|
||||
path: '/etc/apt/sources.list'
|
||||
regexp: '^(.*?)( main contrib(?! non-free))'
|
||||
replace: '\g<1>\g<2> non-free'
|
||||
notify:
|
||||
- 'apt-get update'
|
Reference in New Issue
Block a user