From ea08efad8c7bf8ab2dae2ccb8af063265fa07a1c Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 30 Apr 2023 22:17:49 +0200 Subject: [PATCH] adding github actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3383609..7427809 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ This variable defines whether or not to start the service after creating it. By Dependencies ------------ -This role has a task that installs its own dependencies located in `task/prerequisites.yml`, so that you don't need to manage them. This role requires both `ednxzu.manage_repositories` and `ednxzu.manage_apt_packages` to install vault. +This role has a task that installs its own dependencies located in `task/prerequisites.yml`, so that you don't need to manage them. This role requires both `ednxzu.manage_repositories` and `ednxzu.manage_apt_packages` to install consul-template. Example Playbook ----------------