diff options
author | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-03-07 20:42:16 -0300 |
---|---|---|
committer | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-03-07 20:42:16 -0300 |
commit | b18a4fdcc7acc0fe738748aea049ee4c3c84b917 (patch) | |
tree | e0b7775c22811469f269e3538d546eb5c0c49375 /_posts/2019-03-07-ansible-part-1.md | |
parent | f4d2086bcd19ae15b4effadbcd3b15fbac27ae3d (diff) | |
download | gabrielgio.me-b18a4fdcc7acc0fe738748aea049ee4c3c84b917.tar.gz gabrielgio.me-b18a4fdcc7acc0fe738748aea049ee4c3c84b917.tar.bz2 gabrielgio.me-b18a4fdcc7acc0fe738748aea049ee4c3c84b917.zip |
fu*** myself
Diffstat (limited to '_posts/2019-03-07-ansible-part-1.md')
-rw-r--r-- | _posts/2019-03-07-ansible-part-1.md | 2 |
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 |