From a06b675165dde5509dbb265e2cc7618ad767c4e5 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Wed, 1 Aug 2018 12:21:23 +0200 Subject: [PATCH] correct markdown typos --- 20.First_Playbook/20.First_Playbook.md | 2 +- 30.Task_Inclusion/30.Task_Inclusion.md | 2 +- 40.Handlers/40.Handlers.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/20.First_Playbook/20.First_Playbook.md b/20.First_Playbook/20.First_Playbook.md index 4e6cf97..12d6e54 100644 --- a/20.First_Playbook/20.First_Playbook.md +++ b/20.First_Playbook/20.First_Playbook.md @@ -1,4 +1,4 @@ -#20 - First Playbook +# 20 - First Playbook This exercise makes you write your first playbook from scratch. The playbook copy a file to several hosts. diff --git a/30.Task_Inclusion/30.Task_Inclusion.md b/30.Task_Inclusion/30.Task_Inclusion.md index 5c8b334..8a51d6b 100644 --- a/30.Task_Inclusion/30.Task_Inclusion.md +++ b/30.Task_Inclusion/30.Task_Inclusion.md @@ -1,4 +1,4 @@ -#30 - Task Inclusion +# 30 - Task Inclusion This exercise allows you to use the inclusion mechanisms allowing to have more reusability among your playbooks. diff --git a/40.Handlers/40.Handlers.md b/40.Handlers/40.Handlers.md index 483049a..b4fd917 100644 --- a/40.Handlers/40.Handlers.md +++ b/40.Handlers/40.Handlers.md @@ -1,4 +1,4 @@ -#40 - Handlers +# 40 - Handlers This exercise makes you use handlers to control flow execution.