mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-02 13:46:22 +02:00
added docker-ce-cli package
reference : https://docs.docker.com/engine/install/centos/ sudo yum install docker-ce docker-ce-cli containerd.io
This commit is contained in:
parent
4f4c332aa1
commit
9a026a5535
@ -1,7 +1,9 @@
|
||||
---
|
||||
# Edition can be one of: 'ce' (Community Edition) or 'ee' (Enterprise Edition).
|
||||
docker_edition: 'ce'
|
||||
docker_package: "docker-{{ docker_edition }}"
|
||||
docker_package:
|
||||
- "docker-{{ docker_edition }}"
|
||||
- "docker-{{ docker_edition }}-cli"
|
||||
docker_package_state: present
|
||||
|
||||
# Service options.
|
||||
|
Loading…
Reference in New Issue
Block a user