Skip to content
Snippets Groups Projects
Verified Commit a6ec6f41 authored by Marco Marinello's avatar Marco Marinello
Browse files

Remove allow releaseinfo change

parent a73d77cf
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
with_items: "{{ lookup('fileglob', '/etc/apt/sources.list.d/*', wantlist=True) }}"
- name: Run apt update two times via shell (avoid errors in appstreamcli)
shell: DEBIAN_FRONTEND=noninteractive apt update -qq -y --allow-releaseinfo-change
shell: DEBIAN_FRONTEND=noninteractive apt update -qq -y
with_items: [1, 2]
failed_when: false
......@@ -61,7 +61,7 @@
shell: DEBIAN_FRONTEND=noninteractive apt clean
- name: Run apt update two times via shell (avoid errors in appstreamcli)
shell: DEBIAN_FRONTEND=noninteractive apt update -qq -y --allow-releaseinfo-change
shell: DEBIAN_FRONTEND=noninteractive apt update -qq -y
with_items: [1, 2]
failed_when: false
......
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