added installation of docker-compose

This commit is contained in:
2022-06-22 18:11:54 +02:00
parent 4cf9940031
commit c110e3d96e

View File

@@ -19,4 +19,9 @@
- name: docker | install docker | cleanup - name: docker | install docker | cleanup
file: file:
path: "/tmp/get-docker.sh" # required. Path to the file being managed. path: "/tmp/get-docker.sh" # required. Path to the file being managed.
state: absent state: absent
- name: docker | install docker-compose
package:
name: docker-compose
state: latest