Skip to content
Snippets Groups Projects
Verified Commit 4d4ceaa1 authored by Dominik Rimpf's avatar Dominik Rimpf :chipmunk:
Browse files

rel: 0.13.1

fix: also replace distribution version in global sources.list
parent 2d213555
No related branches found
Tags 0.13.1
No related merge requests found
......@@ -8,7 +8,7 @@ namespace: scc_net
name: base
# The version of the collection. Must be compatible with semantic versioning
version: 0.13.0
version: 0.13.1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
......
......@@ -4,7 +4,7 @@
dest: "{{ item.path }}"
regexp: "{{ os_release_upgrade_current_release }}"
replace: "{{ os_release_upgrade_new_release }}"
loop: "{{ os_release_upgrade_register_sources.files }}"
loop: "{{ os_release_upgrade_register_sources.files | union(['/etc/apt/sources.list']) }}"
- name: Remove all APT preferences for backported packages
shell: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment