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: