Restore referenced variables

This commit is contained in:
Daniel Wood 2022-11-11 19:57:59 -07:00 committed by GitHub
parent f4155e6039
commit 6ea64ec082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,12 @@ None.
Available variables are listed below, along with default values (see `defaults/main.yml`):
docker_packages:
- "docker-ce"
- "docker-ce-cli"
- "docker-ce-rootless-extras"
docker_packages_state: present
You can specify a specific version of Docker to install using the distribution-specific format:
Red Hat/CentOS: `docker-ce-<VERSION>` (Note: you have to add this to all packages);
Debian/Ubuntu: `docker-ce=<VERSION>` (Note: you have to add this to all packages).