Merge pull request #11363 from danasmera/devel

Add quote to a variable following a colon
This commit is contained in:
Brian Coca 2015-06-27 00:54:37 -04:00
commit 6d2e1a3b24

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:: Setting environment variables can be done with the `environment` keyword. It can be used at task or playbook level::
environment: environment:
PATH: {{ ansible_env.PATH }}:/thingy/bin PATH: "{{ ansible_env.PATH }}:/thingy/bin"
SOME: value SOME: value