Update playbooks_environment.rst (#62800)
This commit is contained in:
parent
798c5a55fa
commit
cea8a222a3
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in a new issue