diff --git a/playbooks/05_install_docker.yml b/playbooks/05_install_docker.yml index 735214b..b2c5af6 100644 --- a/playbooks/05_install_docker.yml +++ b/playbooks/05_install_docker.yml @@ -14,7 +14,7 @@ - python3-pip - python3-dev state: present - update_cache: yes + update_cache: true - name: Get keys for raspotify ansible.builtin.shell: install -m 0755 -d /etc/apt/keyrings @@ -35,7 +35,7 @@ - containerd.io - docker-buildx-plugin - docker-compose-plugin - update_cache: yes + update_cache: true - name: Create a directory docker.service.d ansible.builtin.file: