removed 'bare' example in environment

now shows how to use explicit templating
This commit is contained in:
Brian Coca 2015-12-11 09:32:19 -05:00
parent bd0f9a4afc
commit 58072c92fb

View file

@ -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::