From f4d2086bcd19ae15b4effadbcd3b15fbac27ae3d Mon Sep 17 00:00:00 2001 From: Gabriel Giovanini Date: Thu, 7 Mar 2019 20:40:16 -0300 Subject: fu*** ide --- _posts/2019-03-07-ansible-part-1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2019-03-07-ansible-part-1.md b/_posts/2019-03-07-ansible-part-1.md index 7512865..b1a5e74 100644 --- a/_posts/2019-03-07-ansible-part-1.md +++ b/_posts/2019-03-07-ansible-part-1.md @@ -56,7 +56,8 @@ The playbook to install is quite simple: {% highlight yml %} # main.yml -- hosts: all tasks: +- hosts: all + tasks: - name: install vim dnf: name: vim -- cgit v1.2.3