removed 'bare' example in environment

now shows how to use explicit templating
pull/13529/head
Brian Coca 9 years ago
parent bd0f9a4afc
commit 58072c92fb

@ -31,7 +31,7 @@ The environment can also be stored in a variable, and accessed like so::
tasks:
- apt: name=cobbler state=installed
environment: proxy_env
environment: "{{proxy_env}}"
You can also use it at a playbook level::

Loading…
Cancel
Save