aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorGabriel Giovanini <gabrielg.desouza@gmail.com>2019-04-22 22:42:53 -0300
committerGabriel Giovanini <gabrielg.desouza@gmail.com>2019-04-22 22:42:53 -0300
commit056109f8016de29ad1d056c6adbf26d71ebefbbe (patch)
treef3f297641220e75d14ae881479ba6a4a85bca30a /_posts
parentd170f6cf8eb39f6544fe764a7659f905a4f092fa (diff)
downloadgabrielgio.me-056109f8016de29ad1d056c6adbf26d71ebefbbe.tar.gz
gabrielgio.me-056109f8016de29ad1d056c6adbf26d71ebefbbe.tar.bz2
gabrielgio.me-056109f8016de29ad1d056c6adbf26d71ebefbbe.zip
Fix typo
Diffstat (limited to '_posts')
-rw-r--r--_posts/2019-04-22-ansible-part-2.md1
1 files changed, 1 insertions, 0 deletions
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: