removed 'bare' example in environment
now shows how to use explicit templating
This commit is contained in:
parent
bd0f9a4afc
commit
58072c92fb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ The environment can also be stored in a variable, and accessed like so::
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- apt: name=cobbler state=installed
|
- apt: name=cobbler state=installed
|
||||||
environment: proxy_env
|
environment: "{{proxy_env}}"
|
||||||
|
|
||||||
You can also use it at a playbook level::
|
You can also use it at a playbook level::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue