Commit 0be04d2b by Michael DeHaan

Decided to not deprecate legacy template syntax for now. Backwards compat is…

Decided to not deprecate legacy template syntax for now.  Backwards compat is important, though the docs will suggest the new way.
parent 695acc2d
......@@ -181,11 +181,6 @@ def main(args):
pb.run()
if ansible.utils.template.Flags.LEGACY_TEMPLATE_WARNING:
print callbacks.banner("Deprecation Warnings")
print " legacy playbook variable references such as '$foo' will be removed in Ansible 1.4"
print " update playbooks to use '{{ foo }}' instead"
hosts = sorted(pb.stats.processed.keys())
print callbacks.banner("PLAY RECAP")
playbook_cb.on_stats(pb.stats)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment