From f9ef7a6360aa333d65aa9fcdfd0710729684b4f5 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 11 Dec 2019 06:39:36 +0100 Subject: [PATCH] Close the code block. --- templates/README.md.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/README.md.j2 b/templates/README.md.j2 index 1a19ceb..0b88d0a 100644 --- a/templates/README.md.j2 +++ b/templates/README.md.j2 @@ -27,7 +27,6 @@ No preparation required. After running this role, this playbook runs to verify that everything works, this may be a good example how you can use this role. ```yaml {{ verifyyml.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}``` -``` {% endif %} Also see a [full explanation and example](https://robertdebock.nl/how-to-use-these-roles.html) on how to use these roles.