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

Peter Dave Hello 2020-05-29 21:01:47 +08:00 committed by Jordan Harband
parent 2d4e877b61
commit bac5393e12
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 1 additions and 1 deletions

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