From d2b9126d3c7c92f350f7b514e6f723cbb717c320 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 13 Sep 2023 17:33:28 +0200 Subject: [PATCH] Fix typo of docker_packages_state in description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 953b7dd..c3032a4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can also specify a specific version of Docker to install using the distribut Red Hat/CentOS: `docker-{{ docker_edition }}-` (Note: you have to add this to all packages); Debian/Ubuntu: `docker-{{ docker_edition }}=` (Note: you have to add this to all packages). -You can control whether the package is installed, uninstalled, or at the latest version by setting `docker_package_state` to `present`, `absent`, or `latest`, respectively. Note that the Docker daemon will be automatically restarted if the Docker package is updated. This is a side effect of flushing all handlers (running any of the handlers that have been notified by this and any other role up to this point in the play). +You can control whether the package is installed, uninstalled, or at the latest version by setting `docker_packages_state` to `present`, `absent`, or `latest`, respectively. Note that the Docker daemon will be automatically restarted if the Docker package is updated. This is a side effect of flushing all handlers (running any of the handlers that have been notified by this and any other role up to this point in the play). docker_service_manage: true docker_service_state: started