mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-10-08 21:53:15 +03:00
Add flag to deactivate repository configuration
This commit is contained in:
@@ -26,6 +26,9 @@ docker_compose_arch: "{{ ansible_architecture }}"
|
||||
docker_compose_url: "https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-linux-{{ docker_compose_arch }}"
|
||||
docker_compose_path: /usr/local/bin/docker-compose
|
||||
|
||||
# Enable repo setup
|
||||
docker_add_repo: true
|
||||
|
||||
# Docker repo URL.
|
||||
docker_repo_url: https://download.docker.com/linux
|
||||
|
||||
|
Reference in New Issue
Block a user