summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-21 15:19:01 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-21 15:19:01 +0300
commit296c29cfc81665310f9bb8aac61bbe26c863e3ff (patch)
tree8821126d1d8c3ec3f19bb5910407b29348733fae
parent9a9d97f70f97dc0dcd7a2c9c34cc652bad0e961c (diff)
downloaddebian-ansible-296c29cfc81665310f9bb8aac61bbe26c863e3ff.tar.gz
sane_debian_system: drop "warn: false" for newer Ansible
Sponsored-by: author
-rw-r--r--roles/sane_debian_system/tasks/apt.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/roles/sane_debian_system/tasks/apt.yml b/roles/sane_debian_system/tasks/apt.yml
index 9bf6086..0da3332 100644
--- a/roles/sane_debian_system/tasks/apt.yml
+++ b/roles/sane_debian_system/tasks/apt.yml
@@ -16,8 +16,6 @@
- name: update package lists
shell: |
apt-get update --allow-releaseinfo-change
- args:
- warn: false
- name: update package lists
ignore_errors: yes
@@ -74,8 +72,7 @@
- name: update package lists
shell: |
apt-get update --allow-releaseinfo-change
- args:
- warn: false
+
- name: add archive keyrings
with_items: "{{ sane_debian_system_sources_lists }}"