Skip to content
Snippets Groups Projects
Commit 5c603319 authored by hofmann's avatar hofmann :speech_balloon:
Browse files

change state from latest to present

parent e52642cc
No related branches found
No related tags found
No related merge requests found
---
- name: Uninstall old docker version
ansible.builtin.apt:
name: ['docker', 'docker-engine', 'docker.io', 'containered', 'runc']
......@@ -15,7 +14,7 @@
'gnupg',
'lsb-release',
]
state: latest
state: present
update_cache: true
- name: Add Dockers official GPG key
......@@ -30,4 +29,4 @@
- name: Install Docker Engine & Compose
ansible.builtin.apt:
name: ['docker-ce', 'docker-ce-cli', 'containerd.io', 'docker-compose']
state: latest
state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment