fix: Add double-quote to a variable precedening color

pull/4420/head
danasmera 2015-06-23 20:48:13 -04:00
parent 874df00f74
commit b8434db3cc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ How can I set the PATH or any other environment variable for a task or entire pl
Setting environment variables can be done with the `environment` keyword. It can be used at task or playbook level::
environment:
PATH: "{{ ansible_env.PATH }}":/thingy/bin
PATH: "{{ ansible_env.PATH }}:/thingy/bin"
SOME: value