From 6ddb65c65fcbb783cacb62fb43d2ad3681c3f390 Mon Sep 17 00:00:00 2001 From: Tim Unkrig Date: Fri, 27 Oct 2023 16:42:26 +0200 Subject: [PATCH] fixed syntax errors --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 20161a1..d8ff51c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,9 +1,9 @@ --- # tasks file for haup.docker -- name: Update apt cache +- name: Update apt cache ansible.builtin.apt: - update_cache: True + update_cache: true - name: Install docker.io ansible.builtin.apt: