correct markdown typos

This commit is contained in:
Cedric Girard 2018-08-01 12:21:23 +02:00
parent 228fcba258
commit a06b675165
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1,4 +1,4 @@
#40 - Handlers
# 40 - Handlers
This exercise makes you use handlers to control flow execution.