1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add double-quote to a variable precedening color

This commit is contained in:
danasmera 2015-06-23 20:44:17 -04:00
parent 5f246dc1a6
commit 874df00f74

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