aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Giovanini <gabrielg.desouza@gmail.com>2019-03-07 20:42:16 -0300
committerGabriel Giovanini <gabrielg.desouza@gmail.com>2019-03-07 20:42:16 -0300
commitb18a4fdcc7acc0fe738748aea049ee4c3c84b917 (patch)
treee0b7775c22811469f269e3538d546eb5c0c49375
parentf4d2086bcd19ae15b4effadbcd3b15fbac27ae3d (diff)
downloadgabrielgio.me-b18a4fdcc7acc0fe738748aea049ee4c3c84b917.tar.gz
gabrielgio.me-b18a4fdcc7acc0fe738748aea049ee4c3c84b917.tar.bz2
gabrielgio.me-b18a4fdcc7acc0fe738748aea049ee4c3c84b917.zip
fu*** myself
-rw-r--r--_posts/2019-03-07-ansible-part-1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2019-03-07-ansible-part-1.md b/_posts/2019-03-07-ansible-part-1.md
index b1a5e74..4d81c04 100644
--- a/_posts/2019-03-07-ansible-part-1.md
+++ b/_posts/2019-03-07-ansible-part-1.md
@@ -57,7 +57,7 @@ The playbook to install is quite simple:
{% highlight yml %}
# main.yml
- hosts: all
- tasks:
+ tasks:
- name: install vim
dnf:
name: vim