Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to install or not yum repo #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ninthnails
Copy link
Contributor

In some situation, docker is available from other repo, like on Amazon Linux.

@@ -13,6 +13,8 @@ docker_yum_repo_url: "https://yum.dockerproject.org/repo/main"
docker_yum_repo: "{{ docker_yum_repo_url }}/{{ docker_yum_repo_uris[ansible_distribution] }}"
docker_yum_repo_gpg: 'https://yum.dockerproject.org/gpg'
docker_yum_package: "docker-engine{{ '-' + docker_version if docker_version else '' }}"
# Optionally install yum repo file
docker_yum_install_repo: yes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ninthnails please update yes to true to be consistent with rest of the options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants