summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-raspberry.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bootstrap/tasks/install-raspberry.yml')
-rw-r--r--roles/bootstrap/tasks/install-raspberry.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bootstrap/tasks/install-raspberry.yml b/roles/bootstrap/tasks/install-raspberry.yml
index 179b6a8..b86480b 100644
--- a/roles/bootstrap/tasks/install-raspberry.yml
+++ b/roles/bootstrap/tasks/install-raspberry.yml
@@ -29,7 +29,7 @@
- name: "Configure apt in chroot"
ansible.builtin.copy:
dest: "{{ item.dest }}"
- mode: "0640"
+ mode: "0644"
content: "{{ item.content }}"
loop:
- dest: "{{ mnt_root_path }}/etc/apt/preferences.d/ignored-package"