various updates
This commit is contained in:
11
roles/apt/tasks/main.yaml
Normal file
11
roles/apt/tasks/main.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: Configure APT
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/apt/apt.conf.d/10-custom-{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
with_items:
|
||||
- no-recommends
|
||||
- no-languages
|
||||
- no-pager
|
||||
Reference in New Issue
Block a user