From bac5393e12caa4a3b14ad3ecaf83c926d997e61f Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Fri, 29 May 2020 21:01:47 +0800 Subject: [PATCH] [Docs] Syntax highlight for Ansible task example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcb1b2d..08e7d02 100644 --- a/README.md +++ b/README.md @@ -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