From b18a4fdcc7acc0fe738748aea049ee4c3c84b917 Mon Sep 17 00:00:00 2001 From: Gabriel Giovanini Date: Thu, 7 Mar 2019 20:42:16 -0300 Subject: fu*** myself --- _posts/2019-03-07-ansible-part-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3