[Docs] Syntax highlight for Ansible task example in README.md
parent
2d4e877b61
commit
bac5393e12
|
@ -110,7 +110,7 @@ If the above doesn't fix the problem, you may try the following:
|
||||||
|
|
||||||
You can use a task:
|
You can use a task:
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
- name: nvm
|
- name: nvm
|
||||||
shell: >
|
shell: >
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
|
||||||
|
|
Loading…
Reference in New Issue