From 9c6047b3bb58a6a84ac7d8471984e1a8264c09e4 Mon Sep 17 00:00:00 2001 From: lhahn Date: Wed, 27 Nov 2024 22:36:57 +0100 Subject: [PATCH] Typos. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index c6c2083..768aa98 100755 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -14,7 +14,7 @@ # Docker - name: install docker repository key - apt_key: + apt_key: url: https://download.docker.com/linux/debian/gpg state: present