From 23e77755a2466bd350184a4969dc4d61f95590f4 Mon Sep 17 00:00:00 2001 From: benmangold Date: Sun, 13 Sep 2020 12:32:05 -0400 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd2f1da..bda1a25 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ Role Variables git_username: git-user # username for git config git_email: email@email.com # email for git config + ``` Example Playbook ---------------- -``` +```fs /ansible playbook.yml requirements.yml @@ -56,7 +57,7 @@ requirements.yml ``` variables.yml -```absible +```ansible --- git_username: git-username