From 48730af77bfd45478250a52e747b00a36f716e47 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 11 Jul 2022 13:42:28 +0300 Subject: chore(sane_debian_system role): run off Ansible warning about Ansible warns about using apt-get instead of the apt module. However, I don't think the module can do what the command does. Shut up the warning. Sponsored-by: author --- roles/sane_debian_system/tasks/apt.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles') diff --git a/roles/sane_debian_system/tasks/apt.yml b/roles/sane_debian_system/tasks/apt.yml index fcc4c11..9bf6086 100644 --- a/roles/sane_debian_system/tasks/apt.yml +++ b/roles/sane_debian_system/tasks/apt.yml @@ -74,6 +74,8 @@ - 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 }}" -- cgit v1.2.1