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