[Docs] Syntax highlight for Ansible task example in README.md

This commit is contained in:
Peter Dave Hello
2020-05-29 21:01:47 +08:00
committed by Jordan Harband
parent 2d4e877b61
commit bac5393e12

View File

@@ -110,7 +110,7 @@ If the above doesn't fix the problem, you may try the following:
You can use a task:
```
```yaml
- name: nvm
shell: >
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash