fixed syntax errors

This commit is contained in:
2023-10-27 16:42:26 +02:00
parent 53b71b5931
commit 6ddb65c65f

View File

@@ -1,9 +1,9 @@
--- ---
# tasks file for haup.docker # tasks file for haup.docker
- name: Update apt cache - name: Update apt cache
ansible.builtin.apt: ansible.builtin.apt:
update_cache: True update_cache: true
- name: Install docker.io - name: Install docker.io
ansible.builtin.apt: ansible.builtin.apt: