Add flag to deactivate repository configuration

This commit is contained in:
aurelien-bareille
2022-12-14 16:31:46 +01:00
parent b4a2ff5ee7
commit 8b623b2266
3 changed files with 11 additions and 2 deletions

View File

@@ -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