This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-docker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
require docker compose
master
Markus Katharina Brechtel
3 years ago
parent
71ef384930
commit
a404b3d672
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save