From a66d30748497ab43a56d9ebc4d8d53696800e503 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 12 Oct 2024 16:06:00 +0100 Subject: [PATCH] Fix typo --- docs/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.md b/docs/reference.md index 7ab8e578..61010363 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -2798,7 +2798,7 @@ There are some minimal requirements on how your Ansible environment should be set up for this to work: * you must have a *group_vars/all* directory (this is where we'll - write the autogenerated application credentials file *secrets.yml*q) + write the autogenerated application credentials file *secrets.yml*) * you must include float's *playbooks/all.yml* playbook file from the toolkit source directory at the beginning of your playbook * you should use the *float* wrapper instead of running -- GitLab