From bd3e1a762240e3abffc24e1587df262d9af87e04 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:52:30 -0500 Subject: [PATCH] syntax fix --- roles/lib/install-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/lib/install-docker.yml b/roles/lib/install-docker.yml index cf75d63..383a1b3 100644 --- a/roles/lib/install-docker.yml +++ b/roles/lib/install-docker.yml @@ -25,6 +25,7 @@ - ansible_distribution == "Debian" - ansible_distribution_version is version('13', '>=') + - name: Setup Docker reposoitory ansible.builtin.deb822_repository: name: docker types: [deb]