From 83d5c6c3d3833ed47550a036fc77256de0c36ef0 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 26 May 2023 19:59:49 +0200 Subject: [PATCH] Fix a lint warning. --- tasks/deb_pkgs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/deb_pkgs.yml b/tasks/deb_pkgs.yml index 6411eca..938adf1 100644 --- a/tasks/deb_pkgs.yml +++ b/tasks/deb_pkgs.yml @@ -1,7 +1,7 @@ --- - name: Docker.com repository when: docker_install | bool - tags: [docker,docker_pkg] + tags: [docker, docker_pkg] block: - name: Add the Docker repository key ansible.builtin.apt_key: @@ -41,7 +41,7 @@ - name: Remove the docker packages and repository when: not docker_install | bool - tags: [docker,docker_pkg] + tags: [docker, docker_pkg] block: - name: Ensure that the service is stopped and disabled ansible.builtin.service: