From cd50bf980bf1aa752699613490b035419c59a197 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 6 Mar 2020 10:00:50 -0600 Subject: [PATCH] PR #131 follow-up: spacing issue in YAML. --- tasks/setup-Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index b106944..d701135 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -28,7 +28,7 @@ - name: Add Docker apt key (alternative for older systems without SNI). shell: > - curl -sSL {{ docker_apt_gpg_key }} | sudo apt-key add - + curl -sSL {{ docker_apt_gpg_key }} | sudo apt-key add - args: warn: false when: add_repository_key is failed