mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-17 17:50:48 +02:00
Merge 7fb262b638
into cbbbb4afe9
This commit is contained in:
commit
aa666fe2b0
@ -17,7 +17,7 @@ Available variables are listed below, along with default values (see `defaults/m
|
||||
docker_package: "docker-{{ docker_edition }}"
|
||||
docker_package_state: present
|
||||
|
||||
The `docker_edition` should be either `ce` (Community Edition) or `ee` (Enterprise Edition). You can also specify a specific version of Docker to install using a format like `docker-{{ docker_edition }}-<VERSION>`. And you can control whether the package is installed, uninstalled, or at the latest version by setting `docker_package_state` to `present`, `absent`, or `latest`, respectively.
|
||||
The `docker_edition` should be either `ce` (Community Edition) or `ee` (Enterprise Edition). You can also specify a specific version of Docker to install using a format like `docker-{{ docker_edition }}=<VERSION>`. And you can control whether the package is installed, uninstalled, or at the latest version by setting `docker_package_state` to `present`, `absent`, or `latest`, respectively.
|
||||
|
||||
docker_restart_on_package_change: True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user