docker compose install
This commit is contained in:
@@ -16,6 +16,11 @@
|
|||||||
args:
|
args:
|
||||||
creates: /usr/bin/docker
|
creates: /usr/bin/docker
|
||||||
|
|
||||||
|
- name: Install Docker Compose plugin
|
||||||
|
apt:
|
||||||
|
name: docker-compose-plugin
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Ensure /opt/infra exists
|
- name: Ensure /opt/infra exists
|
||||||
file:
|
file:
|
||||||
path: /opt/infra
|
path: /opt/infra
|
||||||
|
|||||||
Reference in New Issue
Block a user