added installation of docker-compose
This commit is contained in:
@@ -20,3 +20,8 @@
|
|||||||
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
|
||||||
Reference in New Issue
Block a user