summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-ubuntu.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bootstrap/tasks/install-ubuntu.yml')
-rw-r--r--roles/bootstrap/tasks/install-ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bootstrap/tasks/install-ubuntu.yml b/roles/bootstrap/tasks/install-ubuntu.yml
index 3329ff5..00815b5 100644
--- a/roles/bootstrap/tasks/install-ubuntu.yml
+++ b/roles/bootstrap/tasks/install-ubuntu.yml
@@ -28,7 +28,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"