Skip to content
Snippets Groups Projects
Commit 13a98c96 authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace deprecated keyword

parent 0aa2d72c
Branches main
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
- name: "Install Docker Engine"
apt:
pkg: 'docker-ce'
state: 'installed'
state: 'present'
update_cache: yes
notify:
- "Add Docker to Boot-List"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment