From 056109f8016de29ad1d056c6adbf26d71ebefbbe Mon Sep 17 00:00:00 2001 From: Gabriel Giovanini Date: Mon, 22 Apr 2019 22:42:53 -0300 Subject: Fix typo --- _posts/2019-04-22-ansible-part-2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2019-04-22-ansible-part-2.md b/_posts/2019-04-22-ansible-part-2.md index e5e31c1..940468e 100644 --- a/_posts/2019-04-22-ansible-part-2.md +++ b/_posts/2019-04-22-ansible-part-2.md @@ -27,6 +27,7 @@ The `yml` file will have two tasks, one is to install vim itself, identical as i The second task it to copy `.vimrc` file to your `$HOME`, for it we shall use [copy module](https://docs.ansible.com/ansible/latest/modules/copy_module.html): {% highlight yml %} +# main.yml --- - name: copy vimrc file copy: -- cgit v1.2.3