Browse Source

require docker compose

master
parent
commit
a404b3d672
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      tasks/main.yaml

+ 4
- 2
tasks/main.yaml View File

@@ -20,9 +20,11 @@
repo: deb [arch=amd64] https://download.docker.com/linux/debian {{ansible_distribution_release}} stable
filename: docker

- name: docker-ce
- name: docker apt packages
apt:
pkg: docker-ce
pkg:
- docker-ce
- docker-compose

- name: docker python module for ansible
pip:


Loading…
Cancel
Save