From 36a5ea88094a3f21d7f811c36a67ea4008f2c34f Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Thu, 17 Nov 2022 17:11:46 -0500 Subject: [PATCH] Remove deprecated `warn` option --- tasks/repo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/repo.yaml b/tasks/repo.yaml index 88f6ad4..5fcc32f 100644 --- a/tasks/repo.yaml +++ b/tasks/repo.yaml @@ -13,8 +13,6 @@ cmd: "curl -fsSL https://download.docker.com/linux/debian/gpg \ | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg" creates: /etc/apt/keyrings/docker.gpg - args: - warn: false - name: Create the repository file ansible.builtin.shell: