mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +02:00
fix: change comment to adhere to linting ruke
This commit is contained in:
parent
7d659647d6
commit
9f2906bde3
@ -2,9 +2,11 @@
|
||||
# Edition can be one of: 'ce' (Community Edition) or 'ee' (Enterprise Edition).
|
||||
docker_edition: 'ce'
|
||||
docker_package: "docker-{{ docker_edition }}"
|
||||
docker_package_archlinux: "docker" # we use the default installation like described in https://wiki.archlinux.org/index.php/docker#Installation
|
||||
docker_package_state: present
|
||||
|
||||
# we use the default installation like described in https://wiki.archlinux.org/index.php/docker#Installation
|
||||
docker_package_archlinux: "docker"
|
||||
|
||||
# Service options.
|
||||
docker_service_state: started
|
||||
docker_service_enabled: true
|
||||
|
Loading…
Reference in New Issue
Block a user