Commit b89d405b authored by Vincent Caboara's avatar Vincent Caboara
Browse files

docker_config.yml - verify docker and docker-compose

parent bf61163b
No related merge requests found
---
- hosts: carlsbad
tasks:
- name: ensure docker is installed
apt:
name: docker
state: present
- name: ensure docker-compose is installed
apt:
name: docker-compose
state: present
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment