gabrielgio.me @ b18a4fdcc7acc0fe738748aea049ee4c3c84b917

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