Skip to content
Snippets Groups Projects
Commit 14430e2d authored by Adrian Rixon's avatar Adrian Rixon
Browse files

Add fix for Subiquity bug #2053002 to remove temp upgrade config file

	modified:   tasks/main.yml
parent b8853183
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,14 @@ ...@@ -23,6 +23,14 @@
tags: tags:
- apt-config-auto - apt-config-auto
# fix for https://bugs.launchpad.net/subiquity/+bug/2053002
- name: remove upgrade temp config file
file:
path: "{{ apt_config_path }}/zzzz-temp-installer-unattended-upgrade"
state: absent
tags:
- apt-config-auto
- name: backup APT sources - name: backup APT sources
copy: copy:
remote_src: yes remote_src: yes
......
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