-
Notifications
You must be signed in to change notification settings - Fork 1
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
Verify correct docker version is installed and the Container Service is running #107
Conversation
And that the container service is running and an image can be uploaded
- docker-ce{{ "" if docker_version == "latest" else "-" ~ docker_version }} | ||
- docker-ce-cli{{ "" if docker_version == "latest" else "-" ~ docker_version | ||
}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hilarious syntax 😛
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha I know! Another option would be:
- "{{ docker-ce if docker_version == 'latest' else 'docker-ce-{}'.format(docker_version) }}"
both are pretty cumbersome
playbooks/molecule/resources/xnat/inventory/group_vars/container_service.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I didn't get a notification for the last review request. Thanks for doing this!
Fixes #68
Fixes #70
docker_version
variable