gabrielgio.me @ b18a4fdcc7acc0fe738748aea049ee4c3c84b917

diff --git a/_posts/2019-03-07-ansible-part-1.md b/_posts/2019-03-07-ansible-part-1.md
index b1a5e74595110f48ecb9d435d307369bab60763a..4d81c04f95e1f265172c73d637872b686f6300a7 100644
--- a/_posts/2019-03-07-ansible-part-1.md
+++ b/_posts/2019-03-07-ansible-part-1.md
@@ -57,7 +57,7 @@
 {% highlight yml %}
 # main.yml
 - hosts: all 
-     tasks:
+  tasks:
      - name: install vim
        dnf:
          name: vim