summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-04-10 19:21:35 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-04-10 19:21:35 -0400
commit0be04d2b576a2b854a89fdb3326361d442788fb4 (patch)
treec6aa6326f03a213097d2aa8a3269f7ab04c5216c /bin
parent695acc2de08a246688d7667e9554c464ae863a6f (diff)
downloadansible-0be04d2b576a2b854a89fdb3326361d442788fb4.tar.gz
Decided to not deprecate legacy template syntax for now. Backwards compat is important, though the docs will suggest the new way.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ansible-playbook5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/ansible-playbook b/bin/ansible-playbook
index eaa65e9507..f14f6eddd0 100755
--- a/bin/ansible-playbook
+++ b/bin/ansible-playbook
@@ -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)