Skip to content
Snippets Groups Projects
Verified Commit 371dd2d5 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Docker role installs docker compose plugin

parent 8094d3de
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,9 @@ ...@@ -23,7 +23,9 @@
- name: Update apt and install docker-ce - name: Update apt and install docker-ce
ansible.builtin.apt: ansible.builtin.apt:
name: docker-ce pkg:
- docker-ce
- docker-compose-plugin
state: latest state: latest
update_cache: true update_cache: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment