From 38f76b268cd71e42c6e52d92c4bcc8cdc37af975 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Tue, 5 Dec 2023 22:36:03 +0100 Subject: [PATCH] feat(readme): add requirements for docker being installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cacb31..48ad791 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This role lets you configure a docker container and run it as a systemd service Requirements ------------ -None. +This roles assumes you have docker installed on the target host. You can use [ednxzu.install_docker](https://github.com/ednxzu/docker_systemd_service) to do so. Role Variables --------------