From c7d4a32114b58a0daa7d1414a7f3bb8f44c61c5a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 21 May 2023 15:20:26 +0300 Subject: riot-host: drop obsolete warn arg Sponsored-by: author --- ansible/roles/riot-host/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'ansible/roles') diff --git a/ansible/roles/riot-host/tasks/main.yml b/ansible/roles/riot-host/tasks/main.yml index b8cfa2e..84c8ad3 100644 --- a/ansible/roles/riot-host/tasks/main.yml +++ b/ansible/roles/riot-host/tasks/main.yml @@ -12,8 +12,6 @@ - name: update package lists shell: | apt-get update --allow-releaseinfo-change - args: - warn: false - apt: name: element-desktop -- cgit v1.2.1