Update playbooks_environment.rst (#62800)

This commit is contained in:
Jeff Pettorino 2019-09-26 08:42:24 -06:00 committed by Sandra McCann
parent 798c5a55fa
commit cea8a222a3

View file

@ -39,7 +39,7 @@ The environment can also be stored in a variable, and accessed like so::
package:
name: cobbler
state: present
environment: "{{proxy_env}}"
environment: "{{ proxy_env }}"
You can also use it at a play level::