Commit 874df00f by danasmera

Add double-quote to a variable precedening color

parent 5f246dc1
...@@ -11,7 +11,7 @@ How can I set the PATH or any other environment variable for a task or entire pl ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment