gabrielgio.me @ 056109f8016de29ad1d056c6adbf26d71ebefbbe

 1diff --git a/_posts/2019-04-22-ansible-part-2.md b/_posts/2019-04-22-ansible-part-2.md
 2index e5e31c1806faf7774973e6dafbd9b881b18dd59f..940468e34150623214c2892a8a9eeb14bb816329 100644
 3--- a/_posts/2019-04-22-ansible-part-2.md
 4+++ b/_posts/2019-04-22-ansible-part-2.md
 5@@ -27,6 +27,7 @@
 6 The second task it to copy `.vimrc` file to your `$HOME`, for it we shall use [copy module](https://docs.ansible.com/ansible/latest/modules/copy_module.html):
 7 
 8 {% highlight yml %}
 9+# main.yml
10 ---
11 - name: copy vimrc file
12   copy: