Skip to content
Snippets Groups Projects
Commit 73ed85ea authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: pin versions for all repair software packages

parent f3ddadf0
Branches
No related tags found
No related merge requests found
...@@ -59,7 +59,16 @@ ...@@ -59,7 +59,16 @@
owner: "root" owner: "root"
group: "root" group: "root"
mode: "750" mode: "750"
loop: "{{ tool_versions }}" loop: "{{ tool_versions_local }}"
- name: configure tool version pinning to avoid automatic nightly upgrades
ansible.builtin.template:
src: "etc/apt/preferences.d/pinning.j2"
dest: "/etc/apt/preferences.d/{{ item.package_name }}"
owner: "root"
group: "root"
mode: "750"
loop: "{{ tool_versions_public }}"
# FHS 3.0 specifies the correct path for the config: # FHS 3.0 specifies the correct path for the config:
# https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s09.html # https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s09.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment