install_containerlab.yml : install ocker-compose-plugin after adding docker repo (#4)

Co-authored-by: Damien A <sepales.pret0h@icloud.com>
This commit is contained in:
Damien A
2024-05-08 20:50:48 +02:00
committed by GitHub
parent 7303869b66
commit 0eaba7e6dc

View File

@@ -24,7 +24,6 @@
- tree - tree
- htop - htop
- rsync - rsync
- docker-compose-plugin
update_cache: true update_cache: true
- name: Add Docker GPG apt Key - name: Add Docker GPG apt Key
@@ -42,6 +41,7 @@
pkg: pkg:
- docker - docker
- docker-compose - docker-compose
- docker-compose-plugin
update_cache: true update_cache: true
- name: Add the current user to the docker group - name: Add the current user to the docker group