BUG FIXES:
- Fixed bash completion install for Docker Compose (
docker_compose_bash_completion_install
). - Added linters and fixed all related lint issues.
CHANGES:
- Support for bash completion in Docker (
docker_bash_completion_install
) and Docker Compose (docker_compose_bash_completion_install
). - Added names to each include_tasks in main task for more readability.
BUG FIXES:
- Fixed
when
condition in RHEL version detection.
CHANGES:
- Docker SDK for Python (
docker_sdk_for_python_install
) is now disabled by default. - Added systemd settings support -
docker_service_enabled
anddocker_service_state
. - Moved from generic
package
module to OS specific -apt
andyum / dnf
.
BUG FIXES:
- Fix handler name to avoid error when using
docker_daemon_config
variable. - Fixed repo file name when using RHEL.
- Checked and fixed YAML syntax with
yamllint
.
CHANGES:
- Initial release! 🎉